lintel 0.1.0
lintel: ^0.1.0 copied to clipboard
Analyzer plugin that enforces cohesive Flutter application architecture.
Changelog #
0.1.0 #
- Initial release of Lintel.
- Add 41 opt-in analyzer diagnostics covering architecture boundaries, Bloc/Cubit usage, correctness, safety, testing, and maintainability.
- Add configurable limits for file, class, callable, test, parameter-list, and visual grouping sizes.
- Include complete rule documentation, configuration examples, and diagnostic test coverage.