question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
stevemessickcommented, Nov 8, 2018

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.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flutter/flutter-intellij/issues/2493#issuecomment-437018334, or mute the thread https://github.com/notifications/unsubscribe-auth/AIH6jY9rVO3YKrOGBYnsMAqBYrhLywlSks5utEPygaJpZM4VU2bA .

0reactions
pqcommented, Nov 8, 2018

Ah, got it. Are you tackling this? Happy to take a crack if your plate is full.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found