Basic Lint

A comprehensive set of opinionated lint rules for Dart and Flutter projects to enforce consistent code style and catch potential errors.

Installation

Add this to your pubspec.yaml:

dev_dependencies:
  basic_lint: ^1.0.0+1

Usage

Open your analysis_options.yaml file and add the following:

include: package:basic_lint/analysis_options.yaml

Libraries