flutter_radar 3.1.0
flutter_radar: ^3.1.0 copied to clipboard
Flutter package for Radar, the leading geofencing and location tracking platform
3.1.0 #
- Upgrades the Radar SDK to
3.1.x.
3.0.3 #
- Correctly parses the
backgroundflag inrequestPermissions(background)on iOS.
3.0.2 #
- Adds
s.static_framework = trueto the plugin podfile.
3.0.1 #
- Supports
startForegroundService({'clickable': true})to make the foreground service notification clickable, orstartForegroundService({'clickable': false})to make it not clickable. Default isfalse.
3.0.0 #
- Updates
requestPermissions(background)to complete only when the permissions request completes. - Updates
startForegroundService(foregroundServiceOptions)to useBigTextStyleon Android.