Last updated:
0 purchases
mostly reasonable lints
mostly_reasonable_lints #
A mostly reasonable set of lints for Dart and Flutter projects.
Quick Start #
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
mostly_reasonable_lints: ^0.1.2
copied to clipboard
Or
dependencies:
mostly_reasonable_lints:
git:
url: https://github.com/leanflutter/mostly_reasonable_lints.git
ref: main
copied to clipboard
Usage #
Then include it on your analysis_options.yaml file:
include: package:mostly_reasonable_lints/analysis_options.yaml
copied to clipboard
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.