Flutter

[0.0.22] - 31 July 2024

Added

  • lastUpdateTimeMs and venue information to timeline events.

  • isSpeedLimitUnlimited information to waypoints.

Changed

  • Updated the version of the native iOS modules of all Sentiance packages, to match the version of the Flutter packages themselves. (It was previously set to 0.0.1).

  • Updated Android's minSdkVersion on all packages from 19 to 23to match the native Sentiance SDK.

Fixed

  • Set the duration of ongoing timeline events on iOS to nil (it was previously set to a negative number)

  • An issue on iOS with all APIs that take an epoch timestamp as argument, where these timestamps were considered to be in seconds instead of milliseconds. (Impacted plugins: sentiance_core, sentiance_event_timeline)

  • An issue on iOS with some APIs that return data with timestamps, where the said timestamps were being reported in microseconds instead of milliseconds. (Impacted plugins: sentiance_driving_insights, sentiance_event_timeline)

  • An issue on iOS with some APIs that return data with timestamps, where the said timestamps were being reported in seconds instead of milliseconds. (Impacted plugins: sentiance_crash_detection, sentiance_event_timeline, sentiance_user_context)

[0.0.21] - 17 July 2024

Fixed

  • An issue with the Dart API for smart geofences that prevented consumers from accessing smart geofence APIs.

[0.0.20] - 16 July 2024

Added

  • New sentiance_smart_geofences package to support Smart Geofences. You can use Smart Geofences to monitor points of interest, and get notified of entries and exits. See here about the feature and its build dependencies, and here for some sample code.

Changed

  • Updated the Sentiance Android SDK dependency to version 6.8.

  • Updated the Sentiance iOS SDK dependency to version 6.8.

Last updated