feat(multi-device): host puede participar como jugador

- Añadido modelo Usuario con pool de usuarios sincronizado
- El host ahora recibe palabra y rol como cualquier jugador
- UI de selección de perfil en pantallas de lobby
- Los clientes pueden ver usuarios del servidor o crear nuevos
- El juego no inicia hasta que el host selecciona perfil
This commit is contained in:
ShanaiaBot
2026-04-24 18:47:56 +02:00
parent 3df3ae1e95
commit d3fc3386f9
31 changed files with 1266 additions and 106 deletions

View File

@@ -579,4 +579,22 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get votar => 'Votar';
@override
String get selectYourProfile => 'Your profile';
@override
String get selectProfile => 'Select a profile';
@override
String get createNewUser => 'Create new user';
@override
String get userNameRequired => 'Name cannot be empty';
@override
String get profileSelected => 'Profile selected';
@override
String get availableProfiles => 'Available profiles';
}