Flutter SDK Release notes | Urbi Documentation
Flutter SDK

Release Notes

  • Optimized the map display on iOS and removed blinking when tracking the current location on the navigator.
  • Fixed duplicating branch numbers for organization categories in Suggest.subtitle.
  • Fixed an issue of getting coordinates of an object when processing of click in the Marker that is added to the map before the initial map loading.
  • Fixed the display of the 3D model of navigator geolocation marker for all route types except pedestrian. For a pedestrian route, a regular model of geolocation marker is displayed.
  • Updated navigator configuration to improve performance in poor GPS signal conditions.
  • Added a layer for displaying dynamic 3D models.
  • Optimized the display of the map on iOS so that frequent overflies and changes of the MapWidget size do not cause blinks.
  • Fixed IndoorWidget display issues.
  • Copyright in the MapWidget now considers safe zones of the screen.
  • Improved the mechanism of getting marker object title ItemMarkerInfo.title. Now it is considered that a marker may have no title.
  • Fixed a potential issue during map initialization when a style could be installed before the initialization process was completed.
  • Fixed a potential freeze of MapObjectManager when objects are frequently added and removed using the MapObjectManager.removeAndAddObjects method.
  • Fixed road events display, which previously worked not for all regions.
  • Fixed the display of route arrows in relation to immersive roads of actual width in the navigation mode.
  • Fixes a potential issue that prevented the display of lane bubbles on the route in the navigation mode.
  • Fixed style issues when displaying a geolocation marker in the navigation mode with immersive roads of actual width.
  • Fixed style issues when displaying building floor plans.
  • Fixed an issue where the map might not render on some Android devices.
  • Fixed Flutter SDK operation on devices with 32-bit architecture.
  • Fixed an issue where the map might not render on Android if the MapWidget is added to the app home screen.

First release of Flutter SDK, which allows you to add a map to your application, display it in your layout, calculate routes, get information about map objects, and so on.