aplicacion terminada, fondo verde

This commit is contained in:
2024-06-03 15:45:35 +02:00
parent 20a4cb7ab2
commit be701d6e50
7 changed files with 70 additions and 105 deletions

View File

@ -29,7 +29,6 @@ Future<List<String>> obtenerDatos() async {
embalsesData.add(elemento.text);
}
}
return embalsesData;
} else {
throw Exception('Error al cargar los datos de embalses');