You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When flutter pub run import_sorter:main is run, it exits with exit code 127, and fails to run flutter pub get. However, when flutter pub get is run individually of flutter pub run import_sorter:main, it works fine, and running flutter pub get -v produces the expected output, all exit codes 0.
To Reproduce
I ran flutter pub run import_sorter:main. I am using import_sorter 3.0.5, Ubuntu 19.10, Flutter 1.8.0-11.1.pre on channel beta, and Dart 2.9.0-8.2.beta.
Expected behavior
I expected the program to run properly, or at the very least, not fail on flutter pub get, but rather another step.
Screenshots
Meta Information:
Dart Version:
import_sorter Version: ^3.0.5
Is it a Flutter project? Yes.
What version of Flutter are you using (if flutter project): 1.8.0-11.1.pre on channel beta
The text was updated successfully, but these errors were encountered:
This is an interesting exit code, as it signifies that flutter pub get does not exist, which doesn't make sense, for, as you can see in the screenshots, flutter pub get certainly does exist.
Describe the bug
When
flutter pub run import_sorter:main
is run, it exits with exit code 127, and fails to runflutter pub get
. However, whenflutter pub get
is run individually offlutter pub run import_sorter:main
, it works fine, and runningflutter pub get -v
produces the expected output, all exit codes 0.To Reproduce
I ran
flutter pub run import_sorter:main
. I am using import_sorter 3.0.5, Ubuntu 19.10, Flutter 1.8.0-11.1.pre on channel beta, and Dart 2.9.0-8.2.beta.Expected behavior
I expected the program to run properly, or at the very least, not fail on
flutter pub get
, but rather another step.Screenshots
Meta Information:
import_sorter
Version: ^3.0.5The text was updated successfully, but these errors were encountered: