import_ozempic 0.0.14 copy "import_ozempic: ^0.0.14" to clipboard
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 library statements were not being maintained when fixing imports
  • Fix issue where dart format on comments were not being removed if whitespace (line breaks) were present

0.0.12 | 12.30.25 #

Fixes #

  • Fixes issue where the script would fail because of an unwrapped directory pattern
    • Applies only to Linux and macOS

Enhancements #

  • Add loud flag to print more verbose output

0.0.11 | 11.4.25 #

  • Move analysis options file to a temporary location to prevent any paths from being excluded from analysis
  • Add restore command 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 format is true in the config
  • Add ignore comments for types with deprecated_member_use annotations

0.0.9 | 11.4.25 #

  • Fix bug where the stdout was not being logged

0.0.8 | 11.4.25 #

  • Add --version flag to print the version of the package
  • Add check for new versions of the package

0.0.7 | 11.4.25 #

  • Add update command to update the package to the latest version

0.0.6 | 11.4.25 #

  • Add help flag to commands
  • Update usage messages

0.0.5 | 11.4.25 #

  • Update README

0.0.2 | 11.4.25 #

  • Initial release
9
likes
0
points
3.04k
downloads

Publisher

verified publishermrgnhnt.com

Weekly Downloads

A Dart command-line tool that automatically organizes and cleans up imports in your Dart projects.

Repository (GitHub)
View/report issues

Topics

#imports #automation #cli #clean

License

unknown (license)

Dependencies

analyzer, file, glob, mason_logger, meta, platform, pub_updater, scoped_deps, yaml

More

Packages that depend on import_ozempic