- Fix generated_plugin_registrant.dart not being ignored (#52)
- Only print "Sorted Imports for ..." for the files that were changed (#54)
- Fix problem with single line files (#42)
- No longer rely on pubspec.yaml for getting dependency imports (#34)
- Improve formatting
- Fix packages that are prefixed with
flutter
(#34)
- Add null-safety support (#49)
- Fix return when there are 0 imports (#37)
- The name of a file is yellow if it isn't changed. (#36)
- Display the number of imports sorted out of the total number of imports for a file. (#36)
- Remove analyzer CI
- Filter what files get sorted on the fly with arguments (#27)
- Upgrade all dependencies
- Add test_driver folder (#30)
- Replace relative import with package import
- Have relative imports come other imports (#25)
- Sort imports alphabetically (#23)
- Use regex for the
ignored_files
option.
- Remove pub get feature. Was causing problems on linux (#14)
- Improve cli doc
- Change flutter emoji to 🐦
- Actually exit the program when pub get fails
- Fix removal of blank line when no imports
- Improve user output
- Move issue templates to correct location
- Fix problem with imports in multiline strings.
- Fix problem with code before imports.
- Add GitHub issue templates.
- Use args for arguments. This brings the addition of the
--help
flag. - Add some sick looking terminal with colors. File names are now in green so its easier to see.
- Fix problem when no
dev_dependencies are present
- Drop process_run dependant
- Change run emoji
- Resolve minor linting issues
- Add
pubspec.yaml
config option - Improve terminal output
- Clean up code
- Add ignore_files file options in config
- Moved package to Flutter Community
- Resolve issue #3 with commented out files
- Resolve issue #2 with transitive dependencies
- Fix duplicate imports when contain same package name
- Ignore /lib/generated_plugin_registrant.dart for flutter projects
- Update documentation
- Add emoji flag
- Fix spacing of import blocks
- Fix dev dependency problem
- Add new line to end of file even if there are no imports
- Resolve dart lint issues
- Remove double call to sort
- Add pub badge to
README.md
- Initial release