Apostrophy Flutter Lints

Flutter lint rules used by Apostrophy. Built on top of the officially recommended linter rules.

pub version

Usage

Install

dart pub add dev:apostrophy_lints
# Or
flutter pub add dev:apostrophy_lints

Or add it to the pubspec.yaml yourself:

dev_dependencies:
  apostrophy_lints: 1.0.1

Configure analysis options

Modify your analysis_options.yaml:

include: package:apostrophy_lints/analysis_options.yaml

Maintenance

Publishing a new version to pub.flutter-io.cn is automated. To initiate the process, create a new tag with title set to the required version.

Libraries