dart_modernize 0.9.2 copy "dart_modernize: ^0.9.2" to clipboard
dart_modernize: ^0.9.2 copied to clipboard

A CLI tool that modernizes Dart and Flutter codebases by applying idiomatic patterns, enforcing conventions, and automating tedious upgrades.

example/README.md

Examples #

Install the CLI:

dart pub global activate dart_modernize

Preview every change in the current project without writing anything:

dart_modernize --dry-run

Apply the changes:

dart_modernize

Target a folder:

dart_modernize lib/

Turn a pass off:

dart_modernize --no-primary-constructors

Run dart_modernize --help for the full list of options.

1
likes
160
points
1.36k
downloads

Documentation

API reference

Publisher

verified publisheribrahimasylla.com

Weekly Downloads

A CLI tool that modernizes Dart and Flutter codebases by applying idiomatic patterns, enforcing conventions, and automating tedious upgrades.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

analyzer, args, glob, path, pub_semver, tint, yaml

More

Packages that depend on dart_modernize