Flutter - Google Maps - Geolocation, Markers with firestore

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

they changed the mapController so i cant use clearMarkers and addMarker

adrianhorlescu
Автор

Can you please make as much videos on maps as possible, geofencing etc. Nearby places, filtering and how to add a search bar as well!! Love your tutorials keep them up!!

Izavincy
Автор

i am not getting the in fact Geolocator in not showing.. can you please help me with that i have used ^5.0.0 plugin version... a quick reply will be a great favour...!!

arnoldrafi
Автор

I'm working on a Flutter application and I'm trying to implement geofencing functionality. I want to be able to track when a user enters or exits predefined geographic regions and perform certain actions based on their location. However, I'm not sure where to start or what packages or APIs to use.

Would you please provide a step-by-step guide or example code on how to implement geofencing in Flutter? It would be really helpful if you could explain the concepts involved and recommend the most reliable and up-to-date packages or APIs to use for geofencing.

If you provide a video tutorial it would be the unique on youtube

Thank you in advance!

debu
Автор

hi, markers are no longer available on flutter, what alternative do you suggest, would you have a video on that?

suhanagupta
Автор

Excellent video Raja. Extremely helpful!

VikasGupta-mvir
Автор

Can you prepare a tutorial to find the clients around the user who are located at distance of less than 1Km.

amarenderpasham
Автор

Error coming...
Beacause of geolocator, any help 🤔🤔... @raja yogan

aakashdabas
Автор

thank you brother for such a great tutorial

RohitKumar-xswh
Автор

options: GoogleMapOptions(
cameraPosition: CameraPosition(
target: LatLng(currentLocation.latitude, currentLocation.longitude),
zoom: 12.0
)
)

is there some thing wrong with this code it underlines red

feyissobirhanu
Автор

Hello.
Do you know of a tutorial where the person can select a location on maps, insert a note about what is in that location, as if it were the waze, indicate a radar or a hole in the street?

MuroniDennis
Автор

sir can you make the same video. again because many things are changed now

sauravadhikari
Автор

Nice video thank you! :) Can you make video about remove&update markers? Is it possible to implement custom marker with maybe images, more text etc...?

TheVikke
Автор

Great vid!!! Raja, do you know what happens when your map only renders completely grey?

marioluigi
Автор

how do I create location as a service? where a universal service. is created and my screen fetch the location from that. service?

shashankrajchavan
Автор

sir can u please make a video on how geolocation works in a app like zomato and how it fetches the nearby shops according to user current location and as it only fetches the shops that are registered on the zomato . sir can you please make a video on this that would be really helpful. THANKS IN ADVANCE

vipindhaka
Автор

Can you make a video to connect route in flutter

prabhunathtiwary
Автор

Hello great tutorial man. Can we add marker based on map tapped ?

feriyalsusanto
Автор

how to handle zoom of camera in dynamic way

VIKASHKUMAR-nxim
Автор

Bro I am confused with streams, they are defined in many different ways and also the Query, querySnapshots, queryDocuments can u suggest something.

PavanMuppala