Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Gloveland/app into tidying_up
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP committed Mar 25, 2022
2 parents 098c8f9 + 3b488dd commit 49d9868
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file added assets/audios/antes.mp3
Binary file not shown.
Binary file added assets/audios/haber.mp3
Binary file not shown.
Binary file added assets/audios/lapicera.mp3
Binary file not shown.
Binary file added assets/audios/mama.mp3
Binary file not shown.
Binary file added assets/audios/papa.mp3
Binary file not shown.
Binary file added assets/audios/rojo.mp3
Binary file not shown.
Binary file added assets/audios/vivir.mp3
Binary file not shown.
6 changes: 3 additions & 3 deletions lib/pages/ble_data_collection_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ class _BleDataCollectionState extends State<BleDataCollectionPage>
"Tiempo":["Antes", "Manana"],
"Sujeto": ["Campo", "Mama", "Papa", "Lapicera"],
"Verbos":["Vivir", "Haber", "Ir"],
"Pronombres": ["Todos"],
"Calificativo": ["Azul", "Blanco"],
"Pronombres": ["Idle","Todos"],
"Calificativo": ["Azul", "Blanco","Rojo"],
"Salud": ["Hospital", "Dolor", "Cabeza", "Acidez"],
"Comida": ["Helado", "Galletitas", "Cafe", "Pan"],
"Dias": ["Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado","Domingo"],
"Preguntas": ["Que?", "Donde?", "Porque?"],
"Numeros": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
"Saludos": ["Hola", "Buenos dias", "Como estas?", "Bien", "Mal" "Gracias"]
"Saludos": ["Hola", "Buenos dias", "Como estas?", "Bien", "Mal", "Gracias"]
};

@override
Expand Down

0 comments on commit 49d9868

Please sign in to comment.