rework-onboarding (#7)

Onboarding completato, ora super rapido e top

Reviewed-on: http://catelliub.zapto.org:3000/brontomark/flux/pulls/7
Co-authored-by: Mark M2 Macbook <marco@catelli.it>
Co-committed-by: Mark M2 Macbook <marco@catelli.it>
This commit is contained in:
2026-04-22 11:06:02 +02:00
committed by brontomark
parent c5b5b76bd6
commit 90bd5ecacf
47 changed files with 1742 additions and 516 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