Hi doctor code , i have used your logic as you it working fine , i have an issues for me i want to display in other page not in the same page i can i go with that
@DoctorCode92 жыл бұрын
sure, you can store the value in a variable and pass it as an argument to the other page
@basti83932 жыл бұрын
Hi Thank you. I used the newest Flutter version. There is a new future "null safety" . The package you're using is not provide that. So newest package version of that package is 8.2.1. But by using the new package, the function call Geolocator().getCurrentPosition changed to Geolocator.getCurrentPosition;
@DoctorCode92 жыл бұрын
the problem with packages is that the Library always get updates and in 1 year, the tutorial may be decorated, I think that I'll make a newer version of this tutorial
@doctork25793 жыл бұрын
please I hv question how to display result in textfields thx for your video it help me a lot
@meshkatshadik3 жыл бұрын
at 7:52 you have to write ${positioned.latitude} when you access a property then you have to use {} these brackets. Then the editor should suggest you the next word after the dot.
@meshkatshadik2 жыл бұрын
@Faizal C add permission in android manifest file
@clashwithfaizz98612 жыл бұрын
@@meshkatshadik already added but couldn't come popup
@meshkatshadik2 жыл бұрын
Ide is not giving you location/position, try with real device.
@clashwithfaizz98612 жыл бұрын
@@meshkatshadik trying with my mobile any help🥺
@meshkatshadik2 жыл бұрын
@@clashwithfaizz9861 Please manually turn on location, then look. If not then, share your code, possibly github link
@MohamedAshraf-ec3gl2 жыл бұрын
thank y
@DoctorCode92 жыл бұрын
you're welcome 😁
@parkhyasolutions29092 жыл бұрын
Very helpful. Thank a lot
@jithin79423 жыл бұрын
Is it good to use plugins? Anyone please give an answer
@abiaemejohnson9824 Жыл бұрын
Location data keeps changing even when device is in same position. How can i handle tha
@raaghavchat20742 жыл бұрын
can you tell me how to get permission request from android in flutter? like we get in other applications which requests for location ,storage and many more...
@francescociulla3 жыл бұрын
Keep going! 10k subs soon! :)
@DoctorCode93 жыл бұрын
Thank you 😁
@josephridge36463 жыл бұрын
Thank you!!
@wasss37452 жыл бұрын
how can I insert the location data in firebase database
@samuelidonor71323 жыл бұрын
Hello Nice Video.. But i have an issue my map is still showing the googleplex as the current location. not my actual location
@DoctorCode93 жыл бұрын
Did you run the app on the emulators or on your device ?
@joshuajenishzibhu1013 жыл бұрын
good work bro... I need to get the user location and add a marker in leaflet map....... can you make a video plzzz
@arvindkiriti10852 жыл бұрын
yes can you make a vid on it
@Kaamz19263 жыл бұрын
Iam frustrated now, whenever I add dependency to any location package in my pubsec file i start getting cocoapods error. It happens only with location packages. Then I have to delete my podlock file and Flutter.framework and then run pod install to get back to normal state.
@hamzaibrahim8953 жыл бұрын
Thank you man! Keep going
@DoctorCode93 жыл бұрын
Thank you ❤
@ismaelnoah78013 жыл бұрын
I realize it is quite randomly asking but do anybody know a good site to stream new series online?
@ismaelalessandro74083 жыл бұрын
@Ismael Noah Flixportal :P
@ismaelnoah78013 жыл бұрын
@Ismael Alessandro Thanks, I went there and it seems like a nice service :) I really appreciate it !
@ismaelalessandro74083 жыл бұрын
@Ismael Noah glad I could help =)
@faresrayaaene72903 жыл бұрын
works only in emulator when lunch GPS , but in phone didn't works also with wifi How i can solve this problem please ???