flutter_radar 3.12.2 flutter_radar: ^3.12.2 copied to clipboard
Flutter package for Radar, the leading geofencing and location tracking platform
#3.12.2
- Patch
getLocation
method for iOS
3.12.1 #
- Bump iOS version from 3.18.2 to 3.18.3
3.12.0 #
- Bump iOS version from 3.17.0 to 3.18.2
- Bump Android version from 3.17.0 to 3.18.1
- Add
getVerifiedLocationToken
3.11.0 #
- Bump iOS version from 3.15.0 to 3.17.0
- Bump Android version from 3.15.0 to 3.17.0
3.10.0 #
- Bump iOS version from 3.9.14 to 3.15.0
- Bump Android version from 3.9.8 to 3.15.0
3.9.1 #
- Bump iOS version from 3.9.7 to 3.9.14
- Bump Android version from 3.9.4 to 3.9.8
3.9.0 #
- Bump iOS version from 3.8.9 to 3.9.6
- Bump Android version from 3.8.12 to 3.9.4
- Add
beacons
param totrackVerified
andtrackVerifiedToken
- Add
startTrackingVerified
- Add
token
listener - Add lifecycle methods
logTermination
,logBackgrounding
, andlogResigningActive
- Add
setNotificationOptions
for Android
3.8.1 #
- Update github release action
3.8.0 #
- Bump iOS version from 3.5.9 to 3.8.9
- Bump android version from 3.5.9 to 3.8.12
- remove
setAdIdEnabled
- rename
sendEvent
tologConversion
and addrevenue
param - add
trackVerified
- add
trackVerifiedToken
- add
isUsingRemoteTrackingOptions
- update
autocompleteQuery
with param addexpandUnits
- add
validateAddress
- add
App Attest
to ios example - add
Play Integrity API
to android example - update example project
3.1.7 #
- Update ios event channel
- Updates an example project
3.1.6 #
- Fixes event listeners
- Updates an example project
3.1.5 #
- Exposes
Radar.setForegroundServiceOptions()
.Radar.startForegroundService()
andRadar.stopForegroundService()
are no longer available.
Radar.setForegroundServiceOptions({
'title': 'Tracking',
'text': 'Trip tracking started',
'icon': 2131165271,
'importance': 2,
'updatesOnly': false,
'activity': 'io.radar.example.MainActivity'
});
3.1.4 #
- Exposes
Radar.setForegroundServiceOptions()
.
3.1.3 #
- Upgrades
radar-sdk-android
to3.5.9
andradar-sdk-ios
to3.5.9
. Exposes all remaining SDK functions.
3.1.2 #
- Fixes a typo in a 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.