import_ozempic 0.0.14
import_ozempic: ^0.0.14 copied to clipboard
A Dart command-line tool that automatically organizes and cleans up imports in your Dart projects.
CHANGELOG #
0.0.14 | 1.29.26 #
- Fix issue where the last line of grouped comments at the start of the file would be lost
0.0.13 | 1.29.26 #
- Fix issue where duplicate import would be added if a constructor was used with an import prefix
- Fix issue where
librarystatements were not being maintained when fixing imports - Fix issue where
dart format oncomments were not being removed if whitespace (line breaks) were present
0.0.12 | 12.30.25 #
0.0.11 | 11.4.25 #
- Move analysis options file to a temporary location to prevent any paths from being excluded from analysis
- Add
restorecommand to restore the analysis options file to its original location- This is only necessary if you ctrl-c the process while it is running
0.0.10 | 11.4.25 #
- Format files after fixing imports if
formatis true in the config - Add ignore comments for types with
deprecated_member_useannotations
0.0.9 | 11.4.25 #
- Fix bug where the stdout was not being logged
0.0.8 | 11.4.25 #
- Add
--versionflag to print the version of the package - Add check for new versions of the package
0.0.7 | 11.4.25 #
- Add
updatecommand to update the package to the latest version
0.0.6 | 11.4.25 #
- Add
helpflag to commands - Update usage messages
0.0.5 | 11.4.25 #
- Update README
0.0.2 | 11.4.25 #
- Initial release