Notice this video is NOT created by "JohannesMilke", please stay fair towards him - every start is not simple! 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/user_location
Thank you for this tutorial, I cannot request the sourcecode, when I click the 'request' button on the GitHub page, I get a 'unsecure connection' error.
Thank You @user-jr5br2ww4h! Follow this link: stackoverflow.com/questions/64278595/null-check-operator-used-on-a-null-value I hope you will get your answer 🙂
Thank You @vishvajeetnayal7957! Follow this link: stackoverflow.com/questions/54761683/get-full-address-details-based-on-current-locations-latitude-and-longitude-in-f I hope you will get your answer 🙂
Hey thanks for the video.Btw do u have anything which tracks the location of the user device even when the user has closed the app but is running in the background as i tried to find it everywhere but couldn't get it working, so can u please share anything or can u make a video about that?
hello mike, just want to update in 2:15, the code should update to, await await launchUrl(Uri.parse(googleURL)) , im using sdk version 2.16 and flutter version 2.10, if i write the code like the video its error, and i find that the solution... use await launchUrl(Uri.parse(googleURL)).... thank you, hope this comment help other people who get same error...
Hi, I updated to Flutter 3.7 and the project I'm working on doesn't build because of deprecated methods in the package, someone ahd the same issue? there's an option to geolocator package?
if the link works but still cant launch, i think you should add 'android.intent.action.VIEW' which allows the scheme for 'https'. problem for android API 30 +
Thank You khabib ali! Follow this link: stackoverflow.com/questions/69914644/how-to-save-users-location-after-the-user-has-logged-into-the-mobile-applicatio I hope you will get your answer 🙂
Your videos so awesome, would you please record some videos about AWS Amplify? Firebase great but it's not every thing, and it's blocked in my country 😭😭
Thank You Uzer Sayed! Follow this link: stackoverflow.com/questions/61789646/how-to-detect-mock-location-in-flutter-for-ios-and-android I hope you will get your answer 🙂
Thank You @janani693!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@@HeyFlutter when the map opens and user picks pin location to some destination. After this, navigate in app button appears and start button as well. When you click on them map disappears and error appears that link doesn't work.
hi, good tutorial but im unable to get my flutter emulator to open the google map link, the link is correct as i can copypaste it and it opens google map. Not sure how to fix error messages: I/UrlLauncher( 4379): component name for www.google.com/maps/search/?api=1&query=37.4219983,-122.084 is null I/UrlLauncher( 4379): component name for flutter.dev is null [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Could not launch I have done all the set up shown in the video. What are the possible reasons for the application being unable to launch the url?
Thank You @clre5909! Follow this link: stackoverflow.com/questions/74884147/errorflutter-runtime-dart-vm-initializer-cc41-on-url-launcher I hope you will get your answer 🙂
Notice this video is NOT created by "JohannesMilke", please stay fair towards him - every start is not simple!
12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/user_location
are you have new video ?
where is Johannes Milke ?
Source Code is not accessible. I don't get the email
I want an explanation for this. not just "please stay fair towards him". make a blog explain the situation and place it in your pinned comment!
Thank you for this tutorial, I cannot request the sourcecode, when I click the 'request' button on the GitHub page, I get a 'unsecure connection' error.
I was not ready for the open map I was actually searching for this. Thanks a lot
Glad it was helpful, @aliounesakho8582 😀
your are the best flutter programmer in youtube
when i have a flutter project your channel and videos are my reference
Happy to know @muniralmeslaty9602! 🙂👍
Thank you so much after my suggestion you have started google map.
You are welcome, @user-lt7nl9qk5b 😊
Very very nice! Helped me a lot!
Glad you liked it, @uDropper 😀
There is a lot of potential on this subject, I sincerely there is an update for this one. Cheers!
Thank you, David Covarrubias! 🙂
great video, thx you help me a lot
Glad it was helpful, @Zogaalalwany-k5w 😀
thank you very nice and clearly video
Glad it was helpful, @nurzhigit751 😀
thank you!
your video help me a lot in my FYP
Glad it was helpful, @HazratAli-tl3yc 😀
In your code i worked on it but i have error in the code {exception is occured and the link is null} any solution
Thank You @user-jr5br2ww4h! Follow this link: stackoverflow.com/questions/64278595/null-check-operator-used-on-a-null-value
I hope you will get your answer 🙂
Great video so thanks
You are welcome, @dilansandeepa1956!
this is very useful, thank you
You are welcome, Salar Azad!
hey do you know how to get city or country name instead of longitude and latitude
Thank You @vishvajeetnayal7957! Follow this link: stackoverflow.com/questions/54761683/get-full-address-details-based-on-current-locations-latitude-and-longitude-in-f
I hope you will get your answer 🙂
Hey thanks for the video.Btw do u have anything which tracks the location of the user device even when the user has closed the app but is running in the background as i tried to find it everywhere but couldn't get it working, so can u please share anything or can u make a video about that?
Thanks for the idea, @seetheworld3839! 🙂 I have added it to my list of ideas for future videos!
Did u found the way to do it?? I also want to implement it in my app
hello mike, just want to update in 2:15, the code should update to, await await launchUrl(Uri.parse(googleURL))
, im using sdk version 2.16 and flutter version 2.10, if i write the code like the video its error, and i find that the solution... use await launchUrl(Uri.parse(googleURL)).... thank you, hope this comment help other people who get same error...
Great, Thank you @ronaldliansugihartono8919!
Hi i wish you will make a tutorial how to insert it in mysql database
Thanks for the idea, Wa Sss! 🙂 I have added it to my list of ideas for future videos!
0:21 how can we enable the location service via the app, here you have enabled manually.
Thank You @anozGosai! Follow this link: flutterqueen5.medium.com/device-gps-location-in-flutter-ff24ebe36af5
I hope you will get your answer 🙂
thank u bro
You are welcome, @Rawandlazez!
how can we add bloc state management in place of setstate??
Hey 😊, @Arjuns_World! Check out this video: ruclips.net/video/KdZAhq93Ih8/видео.html I hope it'll help video
Hi, I updated to Flutter 3.7 and the project I'm working on doesn't build because of deprecated methods in the package, someone ahd the same issue? there's an option to geolocator package?
Thank you, Matias Gold! 🙂. Update deprecated widgets code.
if the link works but still cant launch, i think you should add 'android.intent.action.VIEW' which allows the scheme for 'https'. problem for android API 30 +
thanks for the video
how can i get the name of the place not the latitude and longitude ??
Thank you, @chihab3829! 🙂. Try to provide enough details with your question.
gps translates to "Samundrapur, Maharashtra, India" :)
Thank youu
You are welcome, @rsocial453 😊
thanks
You are welcome, Rahmat 😊
I have problem that the map not shown is that needs payment?
Thank You Omar Falah! Follow this link: stackoverflow.com/questions/55431120/google-map-in-flutter-doesnt-appear
I hope you will get your answer 🙂
Sir how we can save it in firebase and then fetch please help me.
Thank You khabib ali! Follow this link: stackoverflow.com/questions/69914644/how-to-save-users-location-after-the-user-has-logged-into-the-mobile-applicatio
I hope you will get your answer 🙂
Your videos so awesome, would you please record some videos about AWS Amplify?
Firebase great but it's not every thing, and it's blocked in my country 😭😭
Thanks for the idea, Muhammad Qazmouz! 🙂 I have added it to my list of ideas for future videos!
How can I spoof the gps location in flutter ?
Thank You Uzer Sayed! Follow this link: stackoverflow.com/questions/61789646/how-to-detect-mock-location-in-flutter-for-ios-and-android
I hope you will get your answer 🙂
How track delivery boy location in user app
Hey, @pradeepg4498 🙂 you can use firebase real-time db to update delivery boy's location and read same on user side.
감사합니다
Thank you, 한울! 🙂
can anyone send me the source code for this one
Thank You @janani693!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
Navigate in APp doesn't work.
Thank you, @iqaiserhussain! 🙂. Try to provide enough details with your question whenever you face any issue.
@@HeyFlutter when the map opens and user picks pin location to some destination. After this, navigate in app button appears and start button as well. When you click on them map disappears and error appears that link doesn't work.
Please don't use Ctrl Z
Thanks, for the feedback @andikasujanadi2438! 🙂
hi, good tutorial but im unable to get my flutter emulator to open the google map link, the link is correct as i can copypaste it and it opens google map.
Not sure how to fix error messages:
I/UrlLauncher( 4379): component name for www.google.com/maps/search/?api=1&query=37.4219983,-122.084 is null
I/UrlLauncher( 4379): component name for flutter.dev is null
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Could not launch
I have done all the set up shown in the video.
What are the possible reasons for the application being unable to launch the url?
Thank You @clre5909! Follow this link: stackoverflow.com/questions/74884147/errorflutter-runtime-dart-vm-initializer-cc41-on-url-launcher
I hope you will get your answer 🙂
@@HeyFlutter thank you, not sure why but when i restarted my laptop, it worked without needing your fix 😂😂