situm_flutter_ar 0.0.8
situm_flutter_ar: ^0.0.8 copied to clipboard
Bring AR to Situm Wayfinding.
0.0.8 March 14, 2024 #
Added #
- Added a new optional callback
onARVisibilityChangedto get notified when the AR visibility changes.
0.0.7 February 23, 2024 #
Changed #
- Updated the iOS configuration steps in the documentation to prevent UnityFramework from modifying
the visibility of the system's status bar. As mentioned in the documentation, add the
UIViewControllerBasedStatusBarAppearancekey with a value offalseto your Info.plist file:<key>UIViewControllerBasedStatusBarAppearance</key> <false/> - Update
situm_flutter_unityto version 0.0.3 to similarly prevent changes to the window mode on Android. - Updated Situm Flutter SDK to version 3.11.13.
Fixed #
- Fixed AR status mistakenly resumed (instead of paused) under some circumstances.
0.0.6 February 20, 2024 #
0.0.5 February 09, 2024 #
0.0.4 February 02, 2024 #
Changed #
- Now it is not necessary to forward SDK calls to the
ARController. The AR module is notified internally about changes on location, navigation, geofencing (and so on). - Updated Situm Flutter SDK dependency to version 3.11.4.
Added #
-
Added a new parameter
enable3DAmbiencesto recreate ambiences in the augmented reality view with animations and 3D objects. The activation of each environment is based on the entry/exit on Geofences, which must be configured in the dashboard through the "ar_metadata" custom field. Example:ar_metadata: {"ambience": "ambience_name"}To enable 3D ambiences for your venue, contact Situm support.
-
Added new parameters
occlusionAndroid,occlusionIOSto enable or disable 3D model occlusion.
0.0.3 January 26, 2024 #
- Improved MapView integration by introducing a combined AR-MapView view.
- The combined view automatically centers the user position and disables user events for the map.
- A new button completely hides the MapView for a full screen AR experience.
- Enhanced the plugin to exit the AR view when navigation concludes, accommodating cancellations or reaching the destination.
0.0.2 January 19, 2024 #
- Fix Android setup in the README.
0.0.1 January 19, 2024 #
- Initial version of the Flutter AR plugin.