icapps / flutter-background-location-tracker

Flutter background location tracker plugin. (Android / iOS)
MIT License
31 stars 32 forks source link

how to use location data in page? #74

Closed DevaLee closed 7 months ago

ikbendewilliam commented 7 months ago

What do you want to do? If you want to visualise the location of a user this Plugin is not the correct one, use geolocator instead :-). This plugin is for tracking in the background. If you want to visualise the tracked values, you need to save them in a database/sharedpreferences and load them in the UI from the same source. Be careful that you don't do it at the same time since that can cause issues.