pedantic_mono 1.18.0 pedantic_mono: ^1.18.0 copied to clipboard
[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
pedantic_mono #
[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
Added a rule for flutter_lints that I think is even better.
Added https://github.com/mono0926/pedantic_mono/blob/main/lib/analysis_options.yaml rules in addition to flutter_lints.
Usage #
Install #
dev_dependencies:
pedantic_mono: any
Locate the analysis_options.yaml #
- Copy analysis_options.yaml to project root.
- Add your rules if needed.