Recommended lint rules for Dart and Flutter projects, curated to enforce consistent, high-quality coding practices.
🚀 Getting Started
Add this package as a dev dependency:
dart pub add dev:halildurmus_lints
Then, include the relevant lint rules in your analysis_options.yaml
:
For Dart projects
include: package:halildurmus_lints/dart.yaml
For Flutter projects
include: package:halildurmus_lints/flutter.yaml
✅ Compatibility
This package supports the following SDK versions:
Dart SDK | Flutter SDK | Package Version |
---|---|---|
3.8.x | 3.32.x | 1.0.0 |