feat: Refactor user AM Part 1 registration data model and update registration screens

This commit is contained in:
Hanim
2025-08-12 16:16:54 +02:00
parent 916d83755f
commit 14efccc711
10 changed files with 371 additions and 15 deletions
@@ -100,6 +100,8 @@ class RegisterChoiceScreen extends StatelessWidget {
onPressed: () {
// TODO: Naviguer vers l'écran d'inscription assmat
print('Choix: Assistante Maternelle');
Navigator.pushNamed(context, '/am-register/step1');
},
),
],