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
I got
Could not find bin/import_sorter.dart in package import_sorter.
when running
pre-commit run --all-files
or
flutter pub run import_sorter
But
flutter pub run import_sorter
works just fine
To Reproduce
added
import_sorter: ^4.6.0
to
pubspec.yaml
dev_dependencies
Describe the bug
I got
Could not find bin/import_sorter.dart in package import_sorter.
when running
pre-commit run --all-files
or
flutter pub run import_sorter
But
flutter pub run import_sorter
works just fine
To Reproduce
added
import_sorter: ^4.6.0
to
pubspec.yaml
dev_dependencies
installed pre-commit
create .pre-commit-config.yaml as below
pre-commit run --all-files
or
flutter pub run import_sorter
gives me
Could not find bin/import_sorter.dart in package import_sorter.
Expected behavior
same result as
flutter pub run import_sorter
Screenshots
If applicable, add screenshots to help explain your problem.
Meta Information:
import_sorter
Version: 4.6.0Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: