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.