initial commit

This commit is contained in:
Henry Hiles 2026-09-16 13:21:45 -04:00
commit f053f85d95
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
23 changed files with 25934 additions and 0 deletions

18
analysis_options.yaml Normal file
View file

@ -0,0 +1,18 @@
include: package:flutter_lints/flutter.yaml
analyzer:
errors:
avoid_print: ignore
exclude:
- "build/**"
- "**/*.g.dart"
- "**/*.freezed.dart"
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options