-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widget Enlightenment #17
Comments
It is similar to the browser's As Sorry, but probably no-one here will help you with how to work with Firebase, nor how to decode and parse your JSON. For these - read the documentation on both Firebase's website and re JSON - on Flutter/Dart. They are very good and elaborate. The Firebase package for Flutter has a good example how to decode your JSON. |
Hi, newbie here using flutter. I just want some enlightenment on this widget/module. Because I'm planning to create a map where i call "loop all lat & lng from Firebase" w/ marker, and when i click one of those marker, a modal will pop-up and show the Name of that person.
Here are the things that i want to know.
(1) Is this something like Geolocation Watch?
(2) How to add marker if possible.
(3) Any documentation how to loop json fetch from Firebase or to make it short, a manual on how to use it.
Thank You.
The text was updated successfully, but these errors were encountered: