klin_dart 1.1.0
klin_dart: ^1.1.0 copied to clipboard
KlinDart is a collection of opinionated custom lint rules for Dart and Flutter projects. It focuses on improving code readability, maintainability, and scalability by enforcing architectural and styli [...]
Changelog #
1.0.0 #
- Initial stable release
- Core functionality implemented
- Documentation completed
- All tests passing
1.1.0 #
- Dependencies: Updated
analyzerandcustom_lint_builderversions. - IDE Support: Fixed lints not displaying correctly in JetBrains IDEs.
- Class Length Rule: Improved handling for
StatefulWidgetand related classes. - Function Length Rule: Special handling added for Flutter
buildmethods. - File Length Rule: Now excludes
importstatements from line count.