first commit

This commit is contained in:
Henry Hiles 2025-11-10 14:50:58 -05:00
commit 89a2ce5cb8
No known key found for this signature in database
83 changed files with 3433 additions and 0 deletions

10
analysis_options.yaml Normal file
View file

@ -0,0 +1,10 @@
analyzer:
errors:
invalid_annotation_target: ignore
exclude:
- "**/*.g.dart"
- "**/*.freezed.dart"
include: package:flutter_lints/flutter.yaml
linter:
rules:
prefer_double_quotes: true