Skip to content

Commit

Permalink
Pushing version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Dahlin Holst committed Oct 25, 2024
1 parent bb2e7c0 commit 42f37c6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.1.2

### Fixed

* Fixed issue where camera events would not be propagated to the Flutter layer on iOS
* Fixed behavior where iOS would throw an error when `getLocationById` could not find a location, it now returns null like on Android
* Fixed `setCollisionHandling` on `MPSolutionConfig` causing a crash
* Fixed `moveCamera`/`AnimateCamera` from a `MPCameraPosition` would not work on iOS

### Changed

* Updated Mapsindoors SDKs:
* Android to 4.8.11

## 3.1.1

### Fixed
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: 3.1.1
version: 3.1.2
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: ^3.1.1
mapsindoors_mapbox_ios: ^3.1.1
mapsindoors_platform_interface: ^3.1.1
mapsindoors_mapbox_android: ^3.1.2
mapsindoors_mapbox_ios: ^3.1.2
mapsindoors_platform_interface: ^3.1.2


dev_dependencies:
Expand Down

0 comments on commit 42f37c6

Please sign in to comment.