better_imports 1.3.6
better_imports: ^1.3.6 copied to clipboard
A CLI tool to automatically sort and organize Dart imports in your project files, supporting custom rules, configs, and formatting options.
1.3.6 #
- Fix --files filtering
1.3.5 #
- Update description in pubspec.yaml for better clarity and add example file
1.3.4 #
- Prevent adding new line after imports
1.3.3 #
- Update some dependencies
- Drop dart format option due to inconsistensis
1.3.1 #
- Update SDK version when using DartFormatter to a newer Version
1.3.0 #
- Enhance file path filtering and update DartFormatter usage
- Update version to 1.3.0 and enhance file path filtering in documentation
1.2.1 #
- Added better linux instructions
1.2.0 #
- Upped dart version and dependencies
1.1.2 #
- Fixed reading dart fmt flag from config
1.1.1 #
- Optimizations and Refactoring of String operations
1.1.0 #
- Added an option to disable dart formatter
- only the imports are always formatted, rest of the code is untouched
- Rewrote the sorting logic
- Added new Tests
1.0.4 #
- Added dry run support
- Added support for library directives
1.0.3 #
- Moved all files in src folder to hide them from importing.
1.0.2 #
- Dropped all barrel files to not export anything.
1.0.1 #
- Updated readme with the Run on Save configuration option.
1.0.0 #
- Initial version.