aqlinter 1.0.2 copy "aqlinter: ^1.0.2" to clipboard
aqlinter: ^1.0.2 copied to clipboard

This is AQoong's favorit linter set

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.1 >= 3.19.0 flutter_lints: ^4.0.0
analyzer: ^6.4.1

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.
2
likes
140
points
14
downloads

Publisher

verified publisheraqoong.pe.kr

Weekly Downloads

This is AQoong's favorit linter set

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, flutter, flutter_lints

More

Packages that depend on aqlinter