arsync_lints 0.0.10
arsync_lints: ^0.0.10 copied to clipboard
A custom lint package for Flutter/Dart that enforces the Arsync 4-layer architecture with strict separation of concerns, Riverpod best practices, and clean code standards.
0.0.10 #
- Modifications to
provider_state_classrule.
0.0.9 #
- Fix
// ignore:and// ignore_for_file:comments not working
0.0.8 #
- Improve performance
0.0.7 #
- Fixes
0.0.6 #
- Remove
early_return_enforcementrule (generated false positives in valid code patterns) - Remove max 4 method parameters limit from
complexity_limitsrule
0.0.5 #
- Add ignore comment support.
- Increase max nesting depth from 3 to 5 levels in
complexity_limitsrule
0.0.4 #
- migrate from custom lint to analyzer plugin.
0.0.3 #
- Fix IDE integration (VS Code/Cursor) by constraining analyzer to
<9.0.0 - Previous wide constraints pulled
_fe_analyzer_sharedrequiring SDK 3.9, incompatible with IDE plugin runtime (max 3.8)
0.0.2 #
- Widen dependency version constraints for better compatibility
0.0.1 #
- Initial version.