first commit

This commit is contained in:
2026-04-29 12:53:22 +07:00
commit e6a30eddd3
394 changed files with 16408 additions and 0 deletions

11
analysis_options.yaml Normal file
View File

@@ -0,0 +1,11 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
errors:
lines_longer_than_80_chars: ignore
deprecated_member_use: ignore
avoid_catches_without_on_clauses: ignore
exclude:
- lib/l10n/gen/*
linter:
rules:
public_member_api_docs: false