flutter_radar 3.1.5 icon indicating copy to clipboard operation
flutter_radar: ^3.1.5 copied to clipboard

Flutter package for Radar, the leading geofencing and location tracking platform

3.1.5 #

  • startForegroundService and stopForegroundService are no longer available. This has been replaced by Radar.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 in requestPermissions(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, or startForegroundService({'clickable': false}) to make it not clickable. Default is false.

3.0.0 #

  • Updates requestPermissions(background) to complete only when the permissions request completes.
  • Updates startForegroundService(foregroundServiceOptions) to use BigTextStyle on Android.
8
likes
110
pub points
71%
popularity

Publisher

verified publisher iconradar.io

Flutter package for Radar, the leading geofencing and location tracking platform

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_radar