situm_flutter_wayfinding 0.0.8 copy "situm_flutter_wayfinding: ^0.0.8" to clipboard
situm_flutter_wayfinding: ^0.0.8 copied to clipboard

discontinuedreplaced by: situm_flutter

Situm Wayfinding for Flutter.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

All non released changes should be in CHANGELOG_UNRELEASED.md file


[0.0.8] - 2023-02-20 #

Added #

  • Added navigateToPoi(String id, String buildingId) method. Starts the navigation to a poi in the specified building. This will:
    • Start the positioning if needed
    • Calculate and draw the route from the current user location to the poi
    • Provide the step-by-step instructions to reach the poi

[0.0.7] - 2023-01-30 #

Added #

  • customFields field to Poi object

[0.0.6] - 2023-01-11 #

Changed #

  • Updated Android WYF to version 0.23.0.
  • Updated gradle plugin version to 7.1.3.
  • Modified internal mappings to use the new SDK MapperInterface.

Fixed #

  • Fixed clearCache in Android.

[0.0.5] - 2022-12-27 #

  • Code refactoring
  • Updated WYF iOS version to 0.17.1

[0.0.4] - 2022-12-02 #

  • Update WYF Android version to 0.21.0.
  • Now SitumMapView#loadCallback is always called after widget's dispose(). This change makes SitumMapView compatible with Navigator.

[0.0.1] - 2022-09-22 #