Pub Version Dart SDK Version Pub popularity

blendthink_lints

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.

Usage

Add this package to your dev_dependencies in pubspec.yaml:

dev_dependencies:
  blendthink_lints: any

Add the relevant line to the top of your analysis_options.yaml file.

include: package:blendthink_lints/recommended.yaml

Libraries