Last updated:
0 purchases
monstarlab lints
Monstarlab Flutter Lints #
Flutter lint rules used by Monstarlab. Built on top of the officially recommended Flutter rules.
All the existing Flutter lint rules are listed on this page.
Check out our Flutter template.
Usage #
Install #
dart pub add dev:monstarlab_lints
# or
flutter pub add dev:monstarlab_lints
copied to clipboard
Or add it to the pubspec.yaml yourself:
dev_dependencies:
monstarlab_lints: ^1.0.4
copied to clipboard
Configure analysis options #
Modify your analysis_options.yaml:
include: package:monstarlab_lints/analysis_options.yaml
copied to clipboard
Maintaining #
To publish a new version to pub.dev, create a new tag with required version used as a title. For example, creating a tag 1.0.3 will result in pushing the package to pub.dev with version 1.0.3.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.