flutter_radar 3.1.5
flutter_radar: ^3.1.5 copied to clipboard
Flutter package for Radar, the leading geofencing and location tracking platform
3.1.5 #
startForegroundService
andstopForegroundService
are no longer available. This has been replaced byRadar.setForegroundServiceOptions
instead.
For example:
Radar.setForegroundServiceOptions({
'title': 'Tracking',
'text': 'Trip tracking started',
'icon': 2131165271,
'importance': 2,
'updatesOnly': false,
'activity': 'io.radar.example.MainActivity'
});
3.1.4 #
- Exposes
setForegroundServiceOptions
and fixes android receiver implementation.
3.1.3 #
- Exposes all remaining SDK functions in Android and iOS SDK 3.5.9.
3.1.2 #
- Fixes a misspelled constant.
3.1.1 #
- Upgrades the Radar iOS SDK to
3.1.5
.
3.1.0 #
- Upgrades the Radar SDK to
3.1.x
.
3.0.3 #
- Correctly parses the
background
flag inrequestPermissions(background)
on iOS.
3.0.2 #
- Adds
s.static_framework = true
to 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 useBigTextStyle
on Android.