flutter_bg_location 0.0.3 copy "flutter_bg_location: ^0.0.3" to clipboard
flutter_bg_location: ^0.0.3 copied to clipboard

A Flutter plugin for background location tracking that continues even when the app is killed. Features include persistent storage, real-time updates, and server sync.

0.0.1 #

  • Initial release
  • Background location tracking on Android and iOS
  • Continues tracking even when app is killed
  • Stores up to 1000 locations locally
  • Real-time location updates via EventChannel
  • Optional HTTP POST to server
  • Configurable update intervals and distance filters
  • Android foreground service with notification
  • iOS significant location changes
  • Auto-restart on device reboot (Android)
  • Battery-optimized tracking options

0.0.2 #

🐛 Bug Fixes #

  • Fixed iOS build failure caused by UIApplicationDelegate method conflict.
  • Removed didFinishLaunchingWithOptions from the plugin.
  • Added backward-compatible handling for CLAuthorizationStatus (iOS < 14 support).
6
likes
0
points
197
downloads

Publisher

verified publisherashishcodes.site

Weekly Downloads

A Flutter plugin for background location tracking that continues even when the app is killed. Features include persistent storage, real-time updates, and server sync.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_bg_location

Packages that implement flutter_bg_location