- Version 0.0.16 - June 05, 2023
- Version 0.0.15 - May 16, 2023
- Version 0.0.14 - April 20, 2023
- Version 0.0.13 - April 05, 2023
- Version 0.0.12 - March 21, 2023
- Version 0.0.11 - March 15, 2023
- Version 0.0.10 - March 10, 2023
- Version 0.0.9 - March 06, 2023
- Version 0.0.8 - February 20, 2023
- Version 0.0.7 - January 30, 2023
- Version 0.0.6 - January 11, 2023
- Version 0.0.5 - December 27, 2022
- Version 0.0.4 - December 02, 2022
- Version 0.0.1 - September 22, 2022
This library is not maintained anymore. We strongly encourage you to consider transitioning to the new situm_flutter for new projects or when updating existing ones. situm_flutter includes a new visual component, MapView, providing an enhanced experience for both final user and developer.
To stay up to date, checkout the Situm Flutter Changelog and visit the migration guide to ease the transition to the new library.
Version 0.0.16 – June 05, 2023 #
Added
- Included iOS functionality for SitumMapView property searchViewPlaceholder, that allows to customize the text that appears in the search bar
- Included iOS functionality for SitumMapView property showNavigationIndications, that allows to show or hide the navigation indications.
Changed
Version 0.0.15 – May 16, 2023 #
Changed
Version 0.0.14 – April 20, 2023 #
Added
- Added new function to obtain a mobile device identifier: getDeviceId
Version 0.0.13 – April 05, 2023 #
Changed
- Updated Android compileSdkVersion to API 33.
- Also updated Android targetSdkVersion at the example app to API 33.
Version 0.0.12 – March 21, 2023 #
Changed
Version 0.0.11 – March 15, 2023 #
Added
- Added new functions for the management of CustomPoi:
- startCustomPoiCreation: launches CustomPoi creation mode, allowing the user to select and save an arbitrary point on the map.
- getCustomPoi: return the last stored CustomPoi or null if no CustomPoi is stored.
- removeCustomPoi: deletes the stored CustomPoi.
- selectCustomPoi: selects the stored CustomPoi and centers it on the map (and floor).
- Added Building, Floor, Event and BuildingInfo objects.
- Added new functions to obtain information about buildings:
- fetchBuildings retrieves a list of Building created under a given account.
- fetchBuildingInfo: obtains the BuildingInfo associated to a given building identifier.
Changed
- Updated WYF iOS to 0.19.1.
Version 0.0.10 – March 10, 2023 #
Changed
- Update WYF iOS to 0.19.0.
Fixed
- Fixed iOS unload method.
Version 0.0.9 – March 06, 2023 #
Added
- Added showPositioningButton parameter to show or hide the positioning button on Wayfinding. The default value is true.
- Added minZoom and maxZoom parameters to limit the underlying map zoom levels.
- Now you can override the remote configuration with an specific building identifier on calls to requestLocationUpdates(LocationListener listener, Map<String, dynamic> locationRequest). This is possible by setting a buildingIdentifier to the locationRequest parameter.
Changed
- Update WYF iOS to 0.18.2.
- Update WYF Android to 0.26.0.
- Updated plugin so that Wayfinding can react to the positioning even if it was started using SitumFlutterSDK.
- Changed default values for useRemoteConfig, useDashboardTheme and showPoiNames to true.
Fixed
- Fixed STOPPED status not being communicated on calls to removeUpdates().
- Fixed unload() method.
Version 0.0.8 – February 20, 2023 #
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
Version 0.0.7 – January 30, 2023 #
Added
- Added customFields field to Poi object
Version 0.0.6 – January 11, 2023 #
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.
Version 0.0.5 – December 27, 2022 #
- Code refactoring
- Updated WYF iOS version to 0.17.1
Version 0.0.4 – December 02, 2022 #
- 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.