feat:参照研听的基础工程

This commit is contained in:
jingyun
2026-06-18 15:02:28 +08:00
commit 364fc837b3
367 changed files with 16495 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- "**/*.g.dart"
- "lib/models/pb/**"
- "packages/**"
plugins:
- custom_lint
linter:
rules:
prefer_const_constructors: true