better_imports 1.4.3
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.
}