From ebb125ccd5e1e08fd7cf69e5f86a8d65c423da67 Mon Sep 17 00:00:00 2001 From: Matias Dahlin Holst Date: Wed, 24 Jan 2024 15:27:22 +0100 Subject: [PATCH] Updated to v2.1.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ddf13..4125acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.1 + +* Fixed issue where `OnMapReadyListener` would not be invoked during the initial load on iOS. + ## 2.1.0 * Updated Mapsindoors SDKs diff --git a/README.md b/README.md index 900a227..08c0c2a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This plugin is based on the MapsIndoors-Mapbox V4 SDK for Android and iOS. Add MapsIndoors to your `pubspec.yaml`. ```yaml -mapsindoors_mapbox: ^2.0.1 +mapsindoors_mapbox: ^2.1.1 ``` ### Android diff --git a/pubspec.yaml b/pubspec.yaml index e77f543..e03e1b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapsindoors_mapbox description: A MapsIndoors flutter plugin using the Mapbox platform for Android and iOS app usage. -version: 2.1.0 +version: 2.1.1 repository: https://github.com/MapsPeople/mapsindoors_flutter_mapbox homepage: https://www.mapsindoors.com/ @@ -19,9 +19,9 @@ flutter: dependencies: flutter: sdk: flutter - mapsindoors_mapbox_android: ^2.1.0 - mapsindoors_mapbox_ios: ^2.1.0 - mapsindoors_platform_interface: ^2.1.0 + mapsindoors_mapbox_android: ^2.1.1 + mapsindoors_mapbox_ios: ^2.1.1 + mapsindoors_platform_interface: ^2.1.1 dev_dependencies: