Is there any variable which can be access from everyscreen

Hey just like global variable that is only work within the screen and not in whole app.
So is there any variable that can be initialised is one screen and can be work in all screen(Whole app)??

No, you have to use the TinyDB component for that. Then you have all your variables/values available if necessary.

8 Likes

no, but see tip 1 here


Taifun

1 Like