This Series is Fantastic, I'm quite a beginner with flutter and i was facing problems to implement it on maps. After watching your 1st video, this was exactly what i needed!! Thank you so much!
@ProglabsOfficial2 жыл бұрын
Thanks for your appreciation :) it means alot to me
@the_dark_kerm2 жыл бұрын
One of the best videos out there on Google Maps in Flutter!! Thanks man!! Subscribed!
@ProglabsOfficial2 жыл бұрын
Thankyou Shatansh. Your appreciation means alot
@shifali3412 жыл бұрын
Thanks once again!! Really helpful. Works great!
@ProglabsOfficial2 жыл бұрын
Thankyou for your appreciation
@almamun2565 Жыл бұрын
Good one, please carry on!
@luis96xd Жыл бұрын
Amazing tutorial, everything was well explained, thanks!
@ProglabsOfficial7 ай бұрын
thanks sir
@FluffyUtensil5 ай бұрын
Struggled at first but I managed to get it to work. I also change it so that I can get current location using initState. I also probably need to get it to display it in my another screen instead of having to navigate to another screen.
@ProglabsOfficial5 күн бұрын
sure in my next video the polyline would be more realistic
@harshbarvaliya88192 жыл бұрын
this video is amazing , nice content , i am learning flutter and this is very helpful
@ProglabsOfficial2 жыл бұрын
Thanks bro
@fardinshaikh54962 жыл бұрын
This vedio really helped me thank u khan bhai
@ProglabsOfficial2 жыл бұрын
Welcome brother :)
@fatiqhussnain83992 жыл бұрын
great work sir
@ProglabsOfficial2 жыл бұрын
Thanks Fatiq :)
@rafaeldesantis75802 жыл бұрын
Awesome video , I would like to add markers to the map , could you make a video adding markers to this map ?
@ProglabsOfficial2 жыл бұрын
Thanks and sure sir :)
@ariffhaikal6461 Жыл бұрын
Good Tutorial, can you continue this series where you get user current location and it will show you nearby places that you set, for example clinics.
@ProglabsOfficial Жыл бұрын
Hello Ariff, Thanks and sure I will
@johnlulo1852 жыл бұрын
How can I take user current location and send the long/lat to a database instead of plotting it on the map?
@ProglabsOfficial2 жыл бұрын
Hello John, at the point where you are getting the location and showing it to the map you can use those points to save them in the database
@hasiramahel96892 жыл бұрын
Much Love Bro :-)
@ProglabsOfficial2 жыл бұрын
Thanks Hasira :)
@familyfarmsforever2 жыл бұрын
How did you actually learn Flutter so well? I'm in the process, and it seems like you really are an expert. Any recommendations on learning Dart/Flutter as my first language and framework?
@ProglabsOfficial2 жыл бұрын
Hello Ryan First of all thanks for your appreciation. Well I followed the basic rule Practice makes a man Perfect. So don't worry in the start you will face few difficulties but don't lose hope IN SHAA ALLAH one day you will be helping me.
@reganlee30412 жыл бұрын
This does not bring me to an accurate current location. GetCurrentPosition return me with an inaccurate location ... someone help pls..?
@ProglabsOfficial2 жыл бұрын
Hello Regan, Are you testing your app on a real device or on emulator?
@melikeyldz72792 жыл бұрын
Hi, ı get an error.It says "dequeueBuffer: BufferQueue has been abandoned Unhandled Exception: Locaiton permannetly denied" ı cant find the solution.Could u please help me
@ProglabsOfficial2 жыл бұрын
Hello Melike, You need to uninstall the app and reinstall it
@mohamedbayoumy95102 жыл бұрын
how i can do that with out pressed button , i mean get my current location directly ! ..
@ProglabsOfficial2 жыл бұрын
Hello Mohamed, you can use the function which you are calling onTap method in the initState
@adeirwan-l5s Жыл бұрын
When using the Google Maps Flutter package, does it need to be integrated with the Google Maps API? because I saw in the Google Maps Flutter package documentation something like that
@ProglabsOfficial8 ай бұрын
Hi yes you need to have Google maps key in order to display the map
@vadakkanchottanikara8 ай бұрын
😔😔😔 background map image not work
@ProglabsOfficial7 ай бұрын
Hi ... can you kindly explain your issue in more details because I dont understand your issue
@ryhana3917 Жыл бұрын
Can you help me please what should i do if i want to get location for another device not my location in need it in my graduation project
@yousefmagdiimohamed707210 ай бұрын
do you get the solution?
@ProglabsOfficial5 күн бұрын
you need to create a share activity in order to do that
@muhammadrandi62232 жыл бұрын
hello sir... can i ask you? i want to wrap my google maps in listview but its always show message renderflex overflow. can you help me sir
@ProglabsOfficial2 жыл бұрын
Hello Muhammad try to wrap your widget with Expanded
@muhammadrandi62232 жыл бұрын
Done sir thank you
@wasss37452 жыл бұрын
how to insert the location in mysql database I hope you will make a video for it
@ProglabsOfficial2 жыл бұрын
Hello Wa Sss Sure
@preethisreevenkateswarabab59862 жыл бұрын
it is given in the google maps documentation that the api key should be added to the manifest.xml, but the google maps api require a billing account and cannot be done for free, and i saw that you have not used any apis, is it necessary to use the api? please help me with this, im stuck!
@ProglabsOfficial2 жыл бұрын
Hello, Well i just left the space to put your own api key in the manifest.xml file. If you try to clone the repo from github from the link which i shared in the description then you will see that i left the tag "YOUR_API_KEY_HERE" in manifest.xml file. There you have to put your own key.
@saoudiislam70332 жыл бұрын
I am using Mapbox, can you help me get my current location please.
@ProglabsOfficial2 жыл бұрын
contact me on this email contact@proglabs.co
@faridanggoro1927 Жыл бұрын
"Location service disable" Could u please help me?
@ferifajariandi2 жыл бұрын
Great tutorial sir🔥 but sorry can u make a button function in your gmaps like as attedance with range location, and can saving in firestore sir? Thx u, keep it up 🔥
@ProglabsOfficial2 жыл бұрын
Hello Feri, Thanks for your appreciation, sure I will try to make a series of Google maps with Firebase
@syntrox5582 жыл бұрын
Nice tutorial, but i get the errocr code: The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr', is a potentially non-nullable type.
@ProglabsOfficial2 жыл бұрын
Hello sir. Can you share your code here proglabs.org@gmail.com
@syntrox5582 жыл бұрын
@@ProglabsOfficial of course, im gonna send it to you right now
@syntrox5582 жыл бұрын
@@ProglabsOfficial In Dart, if your function has no return statement, that behaves the same as returning null. Thats what i get if i google the error code
@양종선-e4s2 жыл бұрын
plz Help me. I press the current location and it moves to a different location ㅜㅜ
@ProglabsOfficial2 жыл бұрын
Hello if you are testing this app on simulator/emulator then it wont work. For getting the real time location you need to test this app on a real device.
@mahmudulhasanmridul4352 жыл бұрын
thanks bro
@ProglabsOfficial2 жыл бұрын
Hello Mahmudul You are welcome :)
@muhammadridhazuliannor5892 Жыл бұрын
How to get current location show map google like video and post long latitide to api endpoint, please next tutorial of this video
@medo_xo69412 жыл бұрын
The map does not open for me, it just opens a white screen and I have added the api from the Google developer, please help me
@ProglabsOfficial2 жыл бұрын
Hello, well first you need to fork my repo from here github.com/proglabs/google-maps-with-flutter and try to replace it with your google maps api key. If the problem still not resolve then contact me on this support@proglabs.co
@tnd_2 жыл бұрын
add the API key in android manifest under
@medo_xo69412 жыл бұрын
Thank you very much, I will try and pray that God will make your dreams come true
@medo_xo69412 жыл бұрын
I knew what my mistake was that I didn't put the key in the right place Thank you very much
@limkangwei63392 жыл бұрын
My Android emulator only shows the GooglePlex location. Can anyone help out? Much thanks!
@ProglabsOfficial2 жыл бұрын
Hello Lim, Try to test your application on a real device instead of Emulator. because Emulator has a fixed location which can be changed from the Emulator options
@ahmarsafdar36752 жыл бұрын
when I click the current location it always takes me to google plex, kindly help?
@ProglabsOfficial2 жыл бұрын
Hello Ahmer, can you share your current code file where you are trying to fetch your location on this email? support@proglabs.co
@ahmarsafdar36752 жыл бұрын
Ok I'll share you, I did same what you did
@ahmarsafdar36752 жыл бұрын
I emailed you
@ProglabsOfficial2 жыл бұрын
@@ahmarsafdar3675 Check my response :)
@monaalghannam97062 жыл бұрын
Yes I have a same problem, you got the solution?
@nodirectionvlogs72372 жыл бұрын
My map is not showing
@ProglabsOfficial2 жыл бұрын
Hello bro, might be your google maps api key is not correct
@blenderup919 Жыл бұрын
Google Maps Key/Token = pay??
@ProglabsOfficial5 күн бұрын
yes
@clashwithfaizz98612 жыл бұрын
map doesn't open for me pls help me
@ProglabsOfficial2 жыл бұрын
You need to define your maps api key in AndroidManifest.xml file as well, might be you are not configuring this. If the issue still persists then you can fork my repo from github and check the source code.
@clashwithfaizz98612 жыл бұрын
@@ProglabsOfficial tnx 👌
@vadakkanchottanikara8 ай бұрын
Not worked me
@ProglabsOfficial8 ай бұрын
Hi could you explain me what issue you are facing in this?