Last updated:
0 purchases
mek lints
Mek Lints #
Mek packages and plugins lints rules.
How to enable these lints #
In a terminal, located at the root of your package, run this command:
dart pub add --dev mek_lints --git-url https://github.com/BreX900/mek_lints.git
copied to clipboard
or
flutter pub add --dev mek_lints --git-url https://github.com/BreX900/mek_lints.git
copied to clipboard
Create a new analysis_options.yaml file, next to the pubspec, that includes the lints package:
include: package:mek_lints/dart.yaml
copied to clipboard
or
include: package:mek_lints/flutter.yaml
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.