import_sorter 1.0.6
import_sorter: ^1.0.6 copied to clipboard
Dart package that automatically sort all your dart imports. Support for any dart project.
1.0.6 #
- Ignore /lib/generated_plugin_registrant.dart for flutter projects
1.0.5 #
- Update documentation
- Add emoji flag
1.0.4 #
- Fix spacing of import blocks
1.0.3 #
- Fix dev dependency problem
- Add new line to end of file even if there are no imports
1.0.2 #
- Resolve dart lint issues
1.0.1 #
- Remove double call to sort
- Add pub badge to
README.md
1.0.0 #
- Initial release