Skip to content

v0.8.0

Latest

Choose a tag to compare

@jokerttu jokerttu released this 16 Dec 09:01
· 2 commits to main since this release
bf1c220

0.8.0 (2025-12-15)

⚠ BREAKING CHANGES

  • Most fields in StepInfo are now nullable. Null checks for these properties must be handled.

Features

  • add controls for light and dark modes (#548) (7ed6692)
  • add traffic delay severity (#543) (db19ffc)
  • upgrade to latest native SDK's (#526) (0c358cb)
    • Upgrades Android SDK to version 7.2.0
    • Upgrades iOS SDK to version 10.6.0
    • Adds support for Map ID (cloud-based styling)
    • Adds support for controlling building visibility
    • Adds support for controlling incident panel visibility and detecting visibility changes
    • Updates Android minSdkVersion to 24
    • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8
    • Deprecates NavigationDisplayOptions.showStopSigns and NavigationDisplayOptions.showTrafficLights
    • Deprecates Navigator.setOnGpsAvailabilityListener in favor of Navigator.setOnGpsAvailabilityChangeListener

Bug Fixes

  • ios view registration race condition (#555) (577d10f)