background_location_2 0.16.3
background_location_2: ^0.16.3 copied to clipboard
A Flutter plugin to get location updates in the background for both Android and iOS. Uses CoreLocation for iOS and FusedLocationProvider for Android. Based on the background_location library by almoullim
0.16.3 #
- Updated flutter min version
- Updated gradle versions
- Updated flutter plugin binding JoniJohn
0.16.2 #
- Updated android start on boot_complete trigger to ensure flutter engine is started
0.16.1 #
- Updated ios start and stop service to handle background significant location change better
0.15.0 #
- Fixed ios builds to match new plugin name
0.14.0 #
- 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
0.11.8 #
- Upgrade gradle (for compatibility) and upgrade location services (fixes crashes) #183
0.9.0 #
0.8.1 #
Bug Fixes
0.8.0 #
Bug Fixes
0.6.1 #
Only starts showing notification on Android after setAndroidNotification
0.6.0 #
Removed ACCESS_BACKGROUND_LOCATION permission and permission_handler plugin
0.5.0 #
Added support for Null safety
0.4.1 #
Bug fixes
0.4.0 #
Added support for choosing the rate at the which the location is fetched based on distance. #74
0.3.1 #
Bug fixes
0.3.0 #
Allow updating android notification (title, message and icon) and update time interval between localisation. #61
0.2.2 #
prevent setNotificationTitle form running in ios
0.2.1 #
Include swift version in podspec to avoid errors when the users don't
0.2.0 #
Allow changing notification title in Android
0.1.3 #
Update android plugin permissions Update README
0.1.2 #
Added showsBackgroundLocationIndicator to iOS fixing #29 Update permission handler to v5.0.1+1
0.1.1 #
Bug fixes
0.1.0 #
Locationclass is now public and can importedLocationclass now contains atoMap()that will return JSON compatible map
0.0.11 #
Bug fixes
0.0.10 #
WIP: Add timestamp from location
0.0.9+3 #
Bug fixes
0.0.9+2 #
roll back on 22d08f58a2c0b29807ce9f8f20bb7f488fa3acad to fix background location service on android
0.0.9 #
Bump up permission_handler from ^3.2.1+ to ^4.0.0
0.0.7 #
Add Future getPermissions(onGranted:onDenied:)
Add Future<PermissionStatus> checkPermissions()
0.0.6 #
Allow Significant-change for longer location updates (iOS)
0.0.5 #
Fixed spelling mistakes.
0.0.4 #
Added iOS support.