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?
Pass document ID from one page to secound page – Flutter firestore database
I created new document on FirstPage and I can print his docAtricle.id (auto id created in firestore database). I can’t pass this object to Secound Page. I tried few metods but without any results. I would like to put it as a value to the next page
Exception with orderBy descending true in firestore flutter
I am getting an exception when I try to order by date with descending equals true.
firebase_firestore error Platform channel messages must be sent on the platform thread
I am creating a flutter application using firebase_firestore, I have a function that return a stream, when running the function, the following gets printed in the terminal:
Flutter Google Sign In not getting user Google name – Firestore
I would like to get the user’s email and fullname for the Google sign in but for some reason I have not been able to get the user’s name. Can you please let me know how it can be fixed?
Issues fetching data from Firestore in Flutter without prior authentication
I’m developing a Flutter app using Firebase Firestore and I’m encountering a specific issue.
Issues fetching data from Firestore in Flutter iOS without prior authentication
I’m developing a Flutter app using Firebase Firestore and I’m encountering a specific issue on the iOS version.
how to solve the following errors
erorr dart sdk
Why docRef.snapshots() give an error when called inside an onPressed function?
My code snippet is as follows for an elevated button: