Use Flutter google maps . Enable google maps API in google cloud console for your platform(s), Android, iOS, JavaScript if you want web. Install your location dependency. Update your database with the new coords when they change.29 Nis 2021
Read moreHow do you run a task in the background in flutter?
Flutter: Run code in the background
Read moreHow do you use GeoLocator flutter?
To use the Geolocator plugin on the web you need to be using Flutter 1.20 or higher . Flutter will automatically add the endorsed geolocator_web package to your application when you add the geolocator: ^6.2. 0 dependency to your pubspec. yaml .
Read moreHow do you show current location on map in flutter?
Fetch Current Location in Flutter
Read moreHow do you show current location on map in flutter?
Fetch Current Location in Flutter
Read moreHow do you use GeoLocator flutter?
To use the Geolocator plugin on the web you need to be using Flutter 1.20 or higher . Flutter will automatically add the endorsed geolocator_web package to your application when you add the geolocator: ^6.2. 0 dependency to your pubspec. yaml .
Read moreWhy does your app need access to location in the background?
Background location may only be used to provide features beneficial to the user and relevant to the core functionality of the app .
Read more