Comment on page
Flutter Plugin
Changelog for the MapsIndoors Flutter Plugin. This document structure is based on Keep a Changelog and the project adheres to Semantic Versioning.
- Changes to classes:
- MapControl
MapControl
has merged with theMapsIndoorsWidget
, combining them into a single entity. theWidget
will still be built in the build tree, and accepts a listener as a parameter to wait for the MapControl part to be initialized.
- MapsIndoors
- Has been split up into functions on the namespace to align better with dart language standards. Some methods have changed naming to avoid collision with popular method and parameter naming (eg.
MapsIndoors.load
is nowloadMapsIndoors
)
- Changes to the Widget
- The
MapsIndoorsWidget
has been changed to be aUniqueWidget
, this is to ensure that the underlying MapsIndoors in the platform code can function normally.
Last modified 27d ago