-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way to cancel Flutter commands #525
Comments
Update: while I think the request stands, it looks like my command hadn't hung above but was rather just very quick. When run from the commandline I see:
I wonder if there shouldn't be a better indication that the command has run? Should we print the time elapsed (as we do on the commandline)? |
+1 to printing something in IntelliJ ( |
See also: #1923 . |
I had a case where I had something like this in my pubspec.yaml: dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
some_pub:
git:
url: git@https://github.com/simpleclub/some_pub.git
ref: master I know there is an error My point is that Flutter tried to fetch the incorrect dependency with exponential backoff and I had no way to stop the command. |
If a command hangs (or appears to hang), we should have a way to cancel it:
The text was updated successfully, but these errors were encountered: