My steps are
-flutter pub get
-flutter packages pub run build_runner build --delete-conflicting-outputs
-flutter run
What happened?
Things to be solved!
HomeScreen
[x] When creating a sentence and then deleting multiple time the pictos, it lags and the prediction changes a while after the user finishes pressing the delete picto (we need to find a solution for this)
Games
[x] Make the Pictos bigger in What´s the picto and Match Picto
[x] In ChatGPT game there is an error while loading the available boards to choose from
Edit/Create Picto
[x] When adding a Picto using "Add Picto" you should bypass the board selector as the user is already inside one board and that can be very confusing. Also, you are highlighting the board with the name of the current board, but maybe you are searching by name because if the user has a board name with the same name it highlights the first appeareance.
[x] When adding a Picto step 5 is repeated, should say "Listo, chequea que todo este correcto"
[x] If you go back to step 4 and go back to step 5 it duplicates the TAG info
Settings
[x] TTS voices as per this reply You will need to filter the voices by name (are supposed to not change), so when the user changes the country you ONLY show the names below.
es-AR (Diego, Isabela)
es-CL (Francisca)
es-CO (Carlos, Jimena, Soledad)
en-US (Ava, Nathan, Albert, Whisper, Jester)
it-IT (Alice, Luca, Paola)
[x] Add a pop-up when changing voices (only iOS) saying that yuo should download the voice from settings
[x] Change the Voice N in the chips for the name of the voice (iOS will be i.e Luca, in Android/Web it-IT)
Pictogram/Boards
[x] In tablet layout make the pictos smaller
[x] If you add pictos inside a Board and then go back to ProfileUserMain and close the app, the pictos are lost in the group but the Picto is stored as a Pictogram. (See duplicated UNO pictogram)
Where are you seeing the problem on?
Chrome (WebApp), Android, iOS
Relevant log output
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Contact Details
No response
Branch name
development
Flutter & Dart version
Flutter version 3.7.12 stable Dart 2.19.6
How are you running it?
My steps are -flutter pub get -flutter packages pub run build_runner build --delete-conflicting-outputs -flutter run
What happened?
Things to be solved!
HomeScreen
Games
[x] Make the Pictos bigger in What´s the picto and Match Picto
[x] In ChatGPT game there is an error while loading the available boards to choose from
Edit/Create Picto
[x] When adding a Picto using "Add Picto" you should bypass the board selector as the user is already inside one board and that can be very confusing. Also, you are highlighting the board with the name of the current board, but maybe you are searching by name because if the user has a board name with the same name it highlights the first appeareance.
[x] When adding a Picto step 5 is repeated, should say "Listo, chequea que todo este correcto"
[x] If you go back to step 4 and go back to step 5 it duplicates the TAG info
Settings
[x] TTS voices as per this reply You will need to filter the voices by name (are supposed to not change), so when the user changes the country you ONLY show the names below. es-AR (Diego, Isabela) es-CL (Francisca) es-CO (Carlos, Jimena, Soledad) en-US (Ava, Nathan, Albert, Whisper, Jester) it-IT (Alice, Luca, Paola)
[x] Add a pop-up when changing voices (only iOS) saying that yuo should download the voice from settings
[x] Change the Voice N in the chips for the name of the voice (iOS will be i.e Luca, in Android/Web it-IT)
Pictogram/Boards
[x] In tablet layout make the pictos smaller
[x] If you add pictos inside a Board and then go back to ProfileUserMain and close the app, the pictos are lost in the group but the Picto is stored as a Pictogram. (See duplicated UNO pictogram)
Where are you seeing the problem on?
Chrome (WebApp), Android, iOS
Relevant log output
No response
Code of Conduct