[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.
dev_dependencies:
pedantic_mono: any
- Copy analysis_options.yaml to project root.
- Add your rules if needed.