core_flutter_lint

Overview

A set of lint rules for flutter projects based on very_good_analysis and experiences.

Installation

To use this plugin, add core_flutter_lint as a dev dependency in your pubspec.yaml file.

dev_dependencies:
  core_flutter_lint:

Then run:

flutter pub get

Usage

Add the following to your analysis_options.yaml file:

include: package:core_flutter_lint/analysis_options.yaml

Libraries

core_flutter_lint