Skip to content

Commit

Permalink
Merge pull request #2 from MapsPeople/v2.1.1
Browse files Browse the repository at this point in the history
Updated to v2.1.1
  • Loading branch information
matiasholst authored Jan 24, 2024
2 parents 7e6fa39 + ebb125c commit e7fb90f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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:
Expand Down

0 comments on commit e7fb90f

Please sign in to comment.