Part - 9 || Flutter Get user current location and show on marker with address

preview_player
Показать описание
In this video i will teach you how we can get user current location in flutter using flutter geolocator plugin. Once when we have the location then i will teach you how we can show user location on marker with user current location address as well.

______________/Connect On Social Media\_____________
=========================================

► How to capture image from camera in flutter:

► My Card App Flutter :

►Covid-19 Tracker App using Rest API's :

►Firebase Blog App Android Java:

►C++ Tutorials :

flutter google map, pick current location and show on marker, convert coordinates to address, lat, long, how to convert coordinates lat/long to address in flutter.

Thank you for watching my channel do give feedback about this video.

#flutter #fluttertutorial #googlemap #currentlocation #marker #add #multiple #map #google #flutter #login #signup #postapi #nullsagety #asiftajtech
Рекомендации по теме
Комментарии
Автор

Android permissions:
<uses-permission
<uses-permission
<uses-permission />



ios Permissions  

<string>App app want's to access your location to get address</string>

<string>App app want's to access your location to get address.</string>

<string>App app want's to access your location to get address.</string>

<string> App want's to access your location to get address.</string>

thetechbrotherss
Автор

Thanks Asif Taj Sir for helping me to create flutter environment Because of you I am Selected in a Software house

smuhammadtayabain
Автор

thank you so much for creating excellent content like this... I've to integrate the google map in the project that i'm working currently ...

saraswatipd.pandey
Автор

Can you make playlist on state management

akshaymadan
Автор

Hi Asif thanks for creating these videos for explaining different functions in flutter. Please confirm if same code of google maps will be applicable for web as well? i tried to emulate same on chrome but it is giving error.

panther
Автор

Thank you for making amazing video. But you have checked sessionToken == null where it can never be null. As you are already passing a String to it. So we should be using UUID or any random string will also work?

crackrule
Автор

can you also share how to continuously listen for location changes and update on screen! Thank you!

safiullahshah
Автор

Thanks You..sir Plz 1 video bna dain hum Latitude or longtude ko database ma store kar saqkain .API k thourgh

hassamkayani
Автор

can you please tell me how you solve this "Cannot add to an unmodifiable list"

muaadhabdulmalek
Автор

The current Dart SDK version is 2.14.4.

Because geolocator >=8.1.0 depends on geolocator_windows any which requires SDK version >=2.15.0 <3.0.0, geolocator >=8.1.0 is forbidden.
So, because googlemaptutorial depends on geolocator ^8.2.0, version solving failed.
pub get failed (1; So, because googlemaptutorial depends on geolocator ^8.2.0, version solving failed.)

Should I update my Dart SDK or there is any alternative package

mdsayemsmsayem
Автор

on geolocator plugin they have use if else statement in examples

SehrishMoujahid
Автор

Future<Position> getUserCurrentLocation() async {
await {

}).onError((error, stackTrace) {
print("Error $error");
});
return await
}
how does it not fetch location when we decline the access, because you have only one return statement

NNMCSLENDANIEOTHOMASMENDO
Автор

bhai yeh sath mein runtime jo emulator chala rahay ho guide krdo scratch se k kaise lagaon main bhi yeh emulator

DarlingHiroXX
Автор

brother awesome but ap nay source code nhi share kiya haii

smuhammadtayabain
Автор

sir I am getting wrong current location don't know why! even my code as same as your code
I am getting location Of USA

moiz
Автор

bro is ma kabhi kabhi galat locaton de raha he
kabhi sahi deta he kabhi wrong dosre packages bhi use keye hein same issue

bhanakop
Автор

why does it show current location of android and apple, and not our current location??

niranjan
Автор

why are you using await if using .then

hamzatareen
Автор

bhai tu to coding ka bagvan laga hai ray mujy

smuhammadtayabain
Автор

Sir, I am facing this issue. how to solve this?
Failure [INSTALL_FAILED_OLDER_SDK: Failed parse during installPackageLI: (at Binary XML file line #7): Requires newer sdk version #33 (current version is #28)]
Error launching application on AOSP on IA Emulator.

ukashaanwar