better_imports 1.4.3 copy "better_imports: ^1.4.3" to clipboard
better_imports: ^1.4.3 copied to clipboard

A CLI tool to automatically sort and organize Dart imports in your project files, supporting custom rules, configs, and formatting options.

example/better_imports_example.dart

void main() {
  // This package is not inteded to be used directly.
  // Instead, use the either `better_imports` package to manage imports
  // or the `better_imports` binaries to automatically fix imports in your Dart files.

  // Follow the readme instructions to set up the `better_imports` package in your project.
}
4
likes
145
points
199
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to automatically sort and organize Dart imports in your project files, supporting custom rules, configs, and formatting options.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, dart_style, intl, logging, path, pub_semver, tint, yaml

More

Packages that depend on better_imports