import_order_lint 0.1.2
import_order_lint: ^0.1.2 copied to clipboard
A custom lint plugin for enforcing import order in Dart files.
Import Order Lint Changelog #
Recorded here are the high level changes for the dart import_order_lint package.
Guide: Each version update is recorded here with a short user-oriented
description of the update. Updates in the 0.1.n series are heading
toward a 0.2 release. The [version timestamp user]
string is
utilised by the flutter version_widget package.
The package is available from pub.flutter-io.cn.
0.2 Consolidate #
- Bug fix for errant duplicate code [0.1.2 20250703 atangster]
- Fix multiple line import handling. [0.1.1 20250627 atangster]
- Automatic import fixer (
fix_imports
) [0.1.0 20250503 atangster] - CLI import fixer/recursive directory scanning [0.1.0 20250503 atangster]
0.1 Initial release #
- Remove unnecessary dependencies [0.0.3 20250404 gjw]