This package contains a recommended by blendthink set of lints for Flutter mobile apps to encourage good coding practices.
This package is built on top of Flutter's flutter.yaml set of lints from package:flutter_lints.
Add this package to your dev_dependencies in pubspec.yaml:
dev_dependencies:
blendthink_lints: anyAdd the relevant line to the top of your analysis_options.yaml file.
include: package:blendthink_lints/recommended.yaml