This commit is contained in:
2026-07-12 04:34:44 +08:00
parent e7ce0f7bae
commit 909fdf46d6
43 changed files with 4727 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
include: package:flutter_lints/flutter.yaml
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
# Uncomment to specify additional rules.
#linter:
# rules:
# prefer_single_quotes: true
# deprecated_member_use_from_same_package: false
# missing_required_param: false
analyzer:
# errors:
# omit_local_variable_types: ignore
strong-mode:
implicit-casts: true
implicit-dynamic: true