explicit_imports 2.1.0
explicit_imports: ^2.1.0 copied to clipboard
Dart analyzer lint plugin that enforces using explicit imports with "show" or "as".
2.1.0 #
- Relax some dependencies.
2.0.0 #
- Update Dart SDK specification and dependency versions, including major version updates.
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.