arcgis_maps_toolkit 300.0.0+4935
arcgis_maps_toolkit: ^300.0.0+4935 copied to clipboard
ArcGIS Maps SDK for Flutter Toolkit contains ready-made widgets to simplify the development of mapping and GIS apps with Flutter.
300.0.0+4935 #
Enhancements to PopupView #
- This release includes support for navigating through utility network associations. It uses the newly available
UtilityAssociationsPopupElementAPI with the toolkit component.- To enable this change, the main
PopupViewis now wrapped in aNavigatorwidget. No behavior changes are expected to existing apps using thePopupViewfrom thearcgis_maps_toolkitpackage on pub.dev. However, if you maintain custom implementations of thePopupViewand wish to update, you may need to review them to take into account of this change.
- To enable this change, the main
- Support for edit summary: The localized summary of when the popup was last edited or created by a known editor or author.
Support for Local Scene View #
- New
BuildingExplorerToolkit component: A widget that enables a user to explore a building model in a building scene layer. CompassandOverview Mapcomponents enhanced with support for local scene view.
Enhancements to Authenticator #
Authenticatorenhanced with support for Identity Aware Proxy (IAP) authentication.