Merge pull request 'feat: host como jugador' (#2) from feat/host-como-jugador into main
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -230,7 +230,7 @@ class _PantallaCrearPartidaState extends State<PantallaCrearPartida> {
|
|||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
DropdownButtonFormField<String>(
|
DropdownButtonFormField<String>(
|
||||||
value: seleccionado,
|
initialValue: seleccionado,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
prefixIcon: const Icon(Icons.person),
|
prefixIcon: const Icon(Icons.person),
|
||||||
hintText: l10n.selectProfile,
|
hintText: l10n.selectProfile,
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ class _PantallaLobbyHostState extends State<PantallaLobbyHost> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
DropdownButtonFormField<String>(
|
DropdownButtonFormField<String>(
|
||||||
value: _perfilSeleccionado,
|
initialValue: _perfilSeleccionado,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
prefixIcon: const Icon(Icons.person),
|
prefixIcon: const Icon(Icons.person),
|
||||||
hintText: l10n.selectProfile,
|
hintText: l10n.selectProfile,
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:farolero/estado/estado_juego.dart';
|
import 'package:farolero/estado/estado_juego.dart';
|
||||||
import 'package:farolero/modelos/palabra.dart';
|
|
||||||
import 'package:farolero/modelos/partida.dart';
|
import 'package:farolero/modelos/partida.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import 'package:flutter/widgets.dart';
|
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:farolero/estado/estado_juego.dart';
|
import 'package:farolero/estado/estado_juego.dart';
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import 'package:flutter/widgets.dart';
|
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:farolero/modelos/usuario.dart';
|
import 'package:farolero/modelos/usuario.dart';
|
||||||
import 'package:farolero/servicios/servicio_nearby.dart';
|
import 'package:farolero/servicios/servicio_nearby.dart';
|
||||||
|
|||||||
Reference in New Issue
Block a user