import_guard 0.0.4
import_guard: ^0.0.4 copied to clipboard
An analyzer plugin to guard imports between folders. Enforce clean architecture layer dependencies with configurable deny rules.
Changelog #
0.0.4 #
- Fix: lower SDK constraint to ^3.9.0 (was ^3.10.0)
- Fix: add WARNING severity to LintCode to match registerWarningRule()
0.0.3 #
- Fix: monorepo performance improvement (share config cache across packages)
0.0.1 #
- Initial release
- Native analyzer plugin using analysis_server_plugin (Dart 3.9+)
- Full IDE integration with
dart analyzeandflutter analyze - Support for glob patterns (
*,**) - Hierarchical config inheritance from repo root
- Trie-based O(path_length) pattern matching