Skip to content

Releases: radarlabs/flutter-radar

3.1.3

22 Dec 23:19
1d30816
Compare
Choose a tag to compare
  • Adds support for null safety.
  • Upgrades Radar Android SDK to 3.5.9 and Radar iOS SDK to 3.5.9. Exposes all remaining SDK functions.

3.1.2

05 Mar 01:31
e2ef942
Compare
Choose a tag to compare
  • Fixes a typo in a constant.

3.1.1

05 May 13:04
0c7f6ba
Compare
Choose a tag to compare
  • Upgrades the Radar iOS SDK to 3.1.5.

3.1.0

30 Apr 00:19
3e7d7f8
Compare
Choose a tag to compare
  • Upgrades the Radar SDK to 3.1.x.

3.0.3

22 Mar 23:08
1564d3c
Compare
Choose a tag to compare
  • Correctly parses the background flag in requestPermissions(background) on iOS.

3.0.2

16 Mar 23:14
b516ddc
Compare
Choose a tag to compare
  • Adds s.static_framework = true to the plugin podfile.

3.0.2-alpha.2

16 Mar 22:49
d23118e
Compare
Choose a tag to compare
3.0.2-alpha.2 Pre-release
Pre-release
  • Adds s.ios.deployment_target = '10.0' to the plugin podfile.

3.0.2-alpha.1

16 Mar 22:17
d23118e
Compare
Choose a tag to compare
3.0.2-alpha.1 Pre-release
Pre-release
  • Adds s.static_framework = true to the plugin podfile.

3.0.1

10 Mar 04:03
d23118e
Compare
Choose a tag to compare
  • Supports startForegroundService({'clickable': true}) to make the foreground service notification clickable, or startForegroundService({'clickable': false}) to make it not clickable. Default is false.

3.0.0

06 Mar 03:56
d105bb8
Compare
Choose a tag to compare
  • Updates requestPermissions(background) to complete only when the permissions request completes.
  • Updates startForegroundService(foregroundServiceOptions) to use BigTextStyle on Android.