halildurmus_lints 1.0.1
halildurmus_lints: ^1.0.1 copied to clipboard
Recommended lints for Dart and Flutter projects to enforce good coding practices.
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 |