initial commit

This commit is contained in:
Felix Kirchner
2025-03-01 19:18:42 +01:00
commit 68fb836aec
60 changed files with 2135 additions and 0 deletions

15
analysis_options.yaml Normal file
View File

@@ -0,0 +1,15 @@
include: package:flutter_lints/flutter.yaml
linter:
rules:
avoid_print: false
prefer_single_quotes: true
always_use_package_imports: true
prefer_const_constructors: false
prefer_const_constructors_in_immutables: false
prefer_const_declarations: false
prefer_const_literals_to_create_immutables: false
unnecessary_const: true
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options