transistorsoft / flutter_background_geolocation

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
https://www.transistorsoft.com/shop/products/flutter-background-geolocation
Other
651 stars 242 forks source link

(OT?) Suggestions for Compose Multiplatform? #1305

Closed sisyfus closed 5 months ago

sisyfus commented 5 months ago

Would I be correct in saying that if one is using Compose Multiplatform, background location tracking would be easier, because we'd be dealing with the native APIs directly, and thus, there's no real need for Transistor Software to develop any "plugins" per se? Any general advice? I'm currently learning Flutter, but I'm considering switching to Compose Multiplatform. Apologies if this question is too far off topic.

christocracy commented 5 months ago

This plug-in IS a pure native SDK, implementing the native iOS and Android location APIs, just like any pure native app.

in fact, the underlying pure native SDK imported by this plugin is able to be used in pure native apps.

it could be ported to this “Compose Multiplatform”, if there was enough interest, in about one month.