explicit_imports 1.0.4
explicit_imports: ^1.0.4 copied to clipboard
Dart analyzer lint plugin that enforces using explicit imports with "show" or "as".
1.0.4 #
- Fixed bug where the explicit_package_imports rule would erroneously lint the flutter_test package.
- Updated README with instructions for ignoring diagnostics on a particular import.
- Updated README clarifying that you don't have to add the package to pubspec.yaml.
1.0.3 #
- Corrected README installation instructions.
1.0.2 #
- Updated README installation instructions.
1.0.1 #
- Updated package description.
1.0.0 #
- Initial release.