- Updated android start on boot_complete trigger to ensure flutter engine is started
- Updated ios start and stop service to handle background significant location change better
- Fixed ios builds to match new plugin name
- Updated background location management to use foreground location service
- Added additional options to notification for android
- Updated flutter requirements to sdk 3.2 min
- Split off from original Almoullim/background_location library
- Android upgrade and location running indicator #196
- Android: Raise notification importance #163
- Upgrade gradle (for compatibility) and upgrade location services (fixes crashes) #183
- Android: Set "exported" manifest setting to false #163
- Fixed an overrides of onRequestPermissionsResult #151
- Android: Update fastest interval during config change #165
Bug Fixes
Bug Fixes
Implement android embedding v2 #118
Only starts showing notification on Android after setAndroidNotification
Removed ACCESS_BACKGROUND_LOCATION permission and permission_handler plugin
Added support for Null safety
Bug fixes
Added support for choosing the rate at the which the location is fetched based on distance. #74
Bug fixes
Allow updating android notification (title, message and icon) and update time interval between localisation. #61
prevent setNotificationTitle form running in ios
Include swift version in podspec to avoid errors when the users don't
Allow changing notification title in Android
Update android plugin permissions Update README
Added showsBackgroundLocationIndicator to iOS fixing #29 Update permission handler to v5.0.1+1
Bug fixes
Location
class is now public and can importedLocation
class now contains atoMap()
that will return JSON compatible map
Bug fixes
WIP: Add timestamp from location
Bug fixes
roll back on 22d08f58a2c0b29807ce9f8f20bb7f488fa3acad to fix background location service on android
Bump up permission_handler from ^3.2.1+ to ^4.0.0
Add Future getPermissions(onGranted:onDenied:)
Add Future<PermissionStatus> checkPermissions()
Allow Significant-change for longer location updates (iOS)
Fixed spelling mistakes.
Added iOS support.