Mek Lints

Mek packages and plugins lints rules.

How to enable these lints

  1. 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

or

flutter pub add --dev mek_lints --git-url https://github.com/BreX900/mek_lints.git
  1. Create a new analysis_options.yaml file, next to the pubspec, that includes the lints package:
include: package:mek_lints/dart.yaml

or

include: package:mek_lints/flutter.yaml

Libraries