Releases: radarlabs/flutter-radar
Releases · radarlabs/flutter-radar
3.8.2-beta.4
- fixes
null
forlocationMetadata
.
3.9.2-beta.3
- Uses the correct
searchGeofences
paramincludeGeometry
.
3.9.2-beta.2
- Fixes
searchGeofences
3.9.2-beta.1
- Exposes
result.locationMetadata.motionActivityData.type
on theonLocation
listener.
3.9.1
- Upgrades Radar Android SDK to 3.9.8 and iOS SDK to 3.9.14.
- Adds
@pragma('vm:entry-point')
annotation to prevent issues caused by obfuscation in release mode. - Improves significant location change and visit monitoring logic. (iOS only)
- Increases the amount of nearby geofences monitored. (iOS only)
- Attaches the privacy manifest in the podspec and package.swift for automatic inclusion in projects using Cocoapods and SPM. (iOS only)
- Exposes
fraud
onRadarEvent
. - Exposes
user.failed_fraud
anduser.arrived_at_wrong_trip_destination
event types. - Exposes
passed
,inExclusionZone
,inBufferZone
, anddistanceToBorder
onRadarRegion
. - Exposes inaccurate on
RadarFraud
. - Improves the latency of
Radar.trackVerified()
calls. - Adds jailbreak detection to
Radar.trackVerified()
andRadar.startTrackingVerified()
. (iOS only) - Resolves CocoaPods issue. (iOS only)
- Increases the frequency and accuracy of location updates when
desiredAccuracy = high
. (iOS only) - Improves processing of locations from geofence intents. (Android only)
- Adds
FOREGROUND_SERVICE_LOCATION
permission to Android manifest. (Android only) - Improves foreground service starting and stopping. (Android only)
- Improves the reliability of Google Play Integrity API requests. (Android only)
- Captures cross-platform info for internal requests. (Android only)
3.9.0
- Upgrades Radar Android SDK to
3.9.5
and iOS SDK to3.9.7
. - Adds lifecycle logging methods
logTermination()
(iOS only),logBackgrounding()
, andlogResigningActive()
. - Adds
Radar.trackVerified()
,Radar.trackVerifiedToken()
, andRadar.startTrackingVerified()
for location verification and fraud detection. - Adds a
token
listener. - Adds
setNotificationOptions()
for Android.
3.8.1
- Update github release action
3.8.0
- Upgrades the Radar iOS SDK to
3.8.9
and Radar Android SDK to3.8.12
. - Removes
Radar.setAdIdEnabled()
. - Renames
Radar.sendEvent()
toRadar.logConversion()
and addsrevenue
param. - Adds
Radar.trackVerified()
andRadar.trackVerifiedToken()
. - Adds
Radar.isUsingRemoteTrackingOptions()
. - Adds
expandUnits
param toRadar.autocompleteQuery()
. - Adds
Radar.validateAddress()
.
3.1.7
- Update iOS event channel.
- Updates example project.
3.1.6
- Fixes event listeners.
- Updates example project.