Flutter: Fetch Geo-location in the background

7,760

So far i have found a plugin that works in the background - except is it not free.

flutter_background_geolocation 1.7.3

https://pub.dev/packages/flutter_background_geolocation

It does exactly what you would want - work in the background for both platforms, you can use it in development for free, but when you launch the app - you need to pay for it (Android platform).

Share:
7,760
Admin
Author by

Admin

Updated on December 08, 2022

Comments

  • Admin
    Admin over 1 year

    i need my app to send the current location over to an API in the background ,specifically when the app is closed. I found that there are restrictions as to how it can be implemented for IOS. Is there any solution in flutter to implement this for both platforms?

  • BIS Tech
    BIS Tech over 3 years
    is it free for ios? how do we find prices?