apealed_analysis 0.0.2
apealed_analysis: ^0.0.2 copied to clipboard
pedantic and very_good_analysis inspired lint rules with my own taste.
APEALED Analysis #
lints-
and very_good_analysis-
inspired lint rules but with my own taste.
Usage #
Add to project:
dart pub add dev:apealed_analysis
# or
flutter pub add dev:apealed_analysis
Include in your analysis_options.yaml
:
include: package:apealed_analysis/analysis_options.yaml
Features #
- Strict typing for dart language
- Excludes commonly generated files like
*.freezed.dart
and*.g.dart
- Excludes
__brick__
templates (frommason
) - Strong linter ruleset (comparable to
very_good_analysis
)