aqlinter

A Flutter lints configuration package that combines flutter_lints and analyzer for enhanced linting and static analysis. Note the available version of the flutter for reasons of dependence within the analyzer and flutter_lints package.

Features

  • Centralized lint rules and analysis configurations.
  • Easy-to-use setup with aqlinter.yaml.
  • Supports custom lint rules for teams and projects.

Versions

Package Version Flutter Version Dependencies
1.0.2 >= 3.19.0 flutter_lints: ^4.0.0
analyzer: ^6.4.1
2.0.0 >= 3.24.0 flutter_lints: ^5.0.0
analyzer: ^6.7.0
2.1.0 >= 3.27.0 flutter_lints: ^5.0.0
analyzer: ^7.3.0

Getting Started

Installation

Add aqlinter to your project:

flutter pub add aqlinter

Usage

Create an analysis_options.yaml file at the root of the package

analysis_options.yaml file

include: package:aqlinter/aqlinter.yaml

linter:
    rules:
        # You can enter additional rules that you want.

Libraries