Hello I'm creating an app for ordering breakfast, I did the first screen where I ask the customer what he wants to buy, He clicks a listpicker which opens a listview containing a google sheets drive that's converted into a csv file, I made the next screen too but I need to know on how I can get to the next screen after selection
Blocks screen 1
I suggest you to use virtual screens and not a lot of screen , faster , less MB and you haven't to move data between screens.
Anyway if you are using tinyDb you don't need to pass value , add tiny in the other screens and get the tag you want .
Use arrangements like screens, set them visible or not to simulate the changes.
After picking save in the tiny without the procedure , if you store in tiny you don't need to pass the value. In the new screen call the tag .
I know but I have 2 kids running like a Ferrari in the house
Tiny is a local Db , so you can store tags in one screen and get it whenever you want just with the block get tag.
So you don't need open another screen with value because you just have all the tiny values.
You don't need procedure with one block , use store values directly under the after picking
sorry man but this is my first app that I'm developing, I didn't new what was tinydb like 2 days ago ahaha
I can't understand here
when you are free, can you check it?