FLUTTER ECOSYSTEM

mono0926/pedantic_mono

[모노 에디션] Flutter 앱, 패키지 및 플러그인에 대한 권장 린트로 좋은 코딩 관행을 장려합니다.

pedantic_mono 프로젝트 이미지
Stars
94
Forks
16
최근 푸시(UTC)
2026. 9. 9.
프로젝트 상태
활성
mono — Masayuki Ono GitHub avatar
GITHUB User

mono — Masayuki Ono ↗

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

FreelanceTokyo, Japan공식 웹사이트 ↗
언어Dart

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 4 개

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

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.