make sure we save pubspec.yaml contents to disk when running "packages get" / upgrade
See original GitHub issue@fmatosqg commented on Apr 20, 2018, 5:15 AM UTC:
Steps to Reproduce
- Edit pubspec.yaml
- Immediately click
get packages
- Notice that it won’t read the latest changes
If you cmd+s
before clicking the expected result happens.
AS 3.1.1 with flutter plugin 23.2.2 and flutter beta 2.
This issue was moved by devoncarew from flutter/flutter#16786.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
How do I fix "No pubspec.yaml file found" in flutter?
First move to the directory in which pubspec.yaml is located. (Like in my case it is C:\Users\A12\AndroidStudioProjects\work1 (A12 is my ...
Read more >Flutter and the pubspec file
Every Flutter project includes a pubspec.yaml file, often referred to as the pubspec. A basic pubspec is generated when you create a new...
Read more >All about the Pub command line tool for Flutter and Dart
Whenever you run flutter pub get or flutter pub upgrade , Pub caches the dependencies of your project in a central location, called...
Read more >photo_manager | Flutter Package - Pub.dev
A Flutter plugin that provides assets abstraction management APIs without UI integration, you can get assets (image/video/audio) on Android, iOS and macOS.
Read more >Deep Dive Into Flutter's Pubspec.yaml File - Gonçalo Palma
In this case, we only allow our app to run if we are using a Flutter version of 1.22.0 . If we try...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m trying to improve the error reporting when Flutter crashed right now.
On Thu, Nov 8, 2018, 6:47 AM Phil Quitslund <notifications@github.com wrote:
Ah, got it. Are you tackling this? Happy to take a crack if your plate is full.