Initial commit

This commit is contained in:
kongbeiwu
2026-05-15 14:41:37 +08:00
commit 8156e8efbf
143 changed files with 16357 additions and 0 deletions

7
analysis_options.yaml Normal file
View File

@@ -0,0 +1,7 @@
include: package:flutter_lints/flutter.yaml
linter:
rules:
prefer_const_constructors: false
prefer_const_literals_to_create_immutables: false
avoid_print: false