blendthink / flutter-mobile-lints

Recommended by blendthink set of lints for Flutter mobile apps to encourage good coding practices.

Home Page:https://pub.dev/packages/blendthink_lints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Recommended by blendthink set of lints for Flutter mobile apps to encourage good coding practices.

https://pub.dev/packages/blendthink_lints

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%