This commit is contained in:
2026-04-21 19:16:41 +02:00
parent 497e8eb867
commit 2b0980799f
12 changed files with 247 additions and 101 deletions

7
GEMINI.md Normal file
View File

@@ -0,0 +1,7 @@
## General Instructions
- Prefer the Flutter clean architecture
- Prefer Cubit over Bloc and Stateful where is good practice
- Data Models must always extend Equatable, have copyWith, empty and fromMap, toMap when they'll be saved in db
- Use GoRouter
- Use Enums when possible instead of hardcoded Strings or Numbers for better readability and less error prone