FLUTTER ECOSYSTEM

mono0926/pedantic_mono

[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.

pedantic_mono project cover
Stars
94
Forks
16
Last push (UTC)
Sep 9, 2026
Project status
Active
mono — Masayuki Ono GitHub avatar
GITHUB User

mono — Masayuki Ono ↗

Software Engineer (Flutter/Dart, Firebase/GCP, iOS/Swift, TypeScript)

FreelanceTokyo, JapanOfficial website ↗
LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 4 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

pedantic_mono

[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.

Added a rule for flutter_lints that I think is even better.

Added https://github.com/mono0926/pedantic_mono/blob/main/lib/analysis_options.yaml rules in addition to flutter_lints.

Usage

Install

dev_dependencies:
  pedantic_mono: any

Locate the analysis_options.yaml

  1. Copy analysis_options.yaml to project root.
  2. Add your rules if needed.