A heavily opinionated analysis_options for Dart & Flutter projects. Sometimes being flutter_lints isn't enough.
Add this package to your dev_dependencies
in your pubspec.yaml
:
dev_dependencies:
hard_analyser: ^1.9.0
and the following to your analysis_options.yaml
(create one in the root of your project if you don't
have it yet):
include: package:hard_analyser/analysis_options.yaml