Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 892 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 892 Bytes

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