lints_tool 1.0.1
lints_tool: ^1.0.1 copied to clipboard
A strict, prod-ready lint and analyzer rule set for Dart and Flutter projects, built on flutter_lints and DCM.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lints_toolWith Flutter:
$ flutter pub add lints_toolThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lints_tool: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.