Relative Content

Tag Archive for fluttergoogle-cloud-firestore

Flutter: get access to data on multiple screen

I have a list of items from Firestore on one screen. On the second screen I’m using DefaultTabController where I have multiple taps. I want that when an item is selected from he first screen, all the tapscreens on the second screen should get access to the data of the selected item from the first screen. I have absolutely no idea on how to do that. Can anyone help me?

Flutter: get access to data on multiple screen

I have a list of items from Firestore on one screen. On the second screen I’m using DefaultTabController where I have multiple taps. I want that when an item is selected from he first screen, all the tapscreens on the second screen should get access to the data of the selected item from the first screen. I have absolutely no idea on how to do that. Can anyone help me?