import_guard 0.0.3 copy "import_guard: ^0.0.3" to clipboard
import_guard: ^0.0.3 copied to clipboard

An analyzer plugin to guard imports between folders. Enforce clean architecture layer dependencies with configurable deny rules.

Changelog #

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.10+)
  • Full IDE integration with dart analyze and flutter analyze
  • Support for glob patterns (*, **)
  • Hierarchical config inheritance from repo root
  • Trie-based O(path_length) pattern matching
0
likes
0
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

An analyzer plugin to guard imports between folders. Enforce clean architecture layer dependencies with configurable deny rules.

Repository (GitHub)
View/report issues

Topics

#lints #lint #clean-architecture #static-analysis

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, import_guard_core

More

Packages that depend on import_guard