Lint rules for Dart and Flutter.
Add flutter_lint_rules
as dependency to your pubspec.yaml
dependencies:
flutter_lint_rules: $currentVersion$
You can use both stable
and dev
versions of the package listed above in the badges bar.
Create analysis_options.yaml
file
Include analysis options
include: package:flutter_lint_rules/analysis_options.yaml
See the dartanalyzer
executing the lint checks in you favorite editor.
All notable changes to this project will be documented in this file.
To report your issues, file directly in the Issues section.
If you would like to contribute to the package (e.g. by improving the documentation, fixing a bug or adding a cool new feature), please read our contribution guide first and send us your pull request.
Your PRs are always welcome.