Releases: radarlabs/flutter-radar
Releases · radarlabs/flutter-radar
3.1.5
3.1.3
3.1.2
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.2-alpha.2
- Adds
s.ios.deployment_target = '10.0'
to the plugin podfile.
3.0.2-alpha.1
- 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
.