icapps / flutter-background-location-tracker

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

trackingInterval in android #69

Open sylvain-nomadia opened 1 year ago

sylvain-nomadia commented 1 year ago

Hello do you have problems to change the trackingInterval? in bg.AndroidConfig. For me the value stay always to 10 seconds.

ikbendewilliam commented 8 months ago

Does it work in the example project? It works fine for me 🙂

        trackingInterval: Duration(seconds: 4),
        distanceFilterMeters: null,