extra_pedantic 1.4.0 extra_pedantic: ^1.4.0 copied to clipboard
Stricter Dart analyzer linter settings and best practices.
extra_pedantic #
How to get the most, most value from Dart static analysis.
This is an alternative to pedantic with many additional rules.
It does contain all pedantic rules and many more.
To use extra_pedantic add it as a dev_dependency:
dev_dependencies:
extra_pedantic: ^1.4.0
Add this line to your analysis_options.yaml
file
include: package:extra_pedantic/analysis_options.yaml
And that's it.
The static analyzer might show you thousands of warnings, that's OK.
Badge #
Feel free to add this badge to your README.
[![extra_pedantic on pub.dev](https://img.shields.io/badge/style-extra__pedantic-blue)](https://pub.dev/packages/extra_pedantic)