Skip to content

Commit

Permalink
Pushing version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Dahlin Holst committed Oct 16, 2024
1 parent d55bf6c commit bb2e7c0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# Changelog

## 3.1.1

### Fixed

* Fixed issue where camera events would not be propagated to the Flutter layer
* Fixed issue on iOS where setting a floor selector
* Fixed issue on Android where goTo MPLocation did not function properly
* Fixed tilt not being applied when moving the camera using a MPCameraUpdate on iOS
* Fixed blank screen on Android when not using MapsindoorsStyle

### Changed

* Updated Mapsindoors SDKs:
* iOS to 4.6.1

## 3.1.0

### Addded
### Added

* Added functionality for Android to update the map whenever a Display Rule is changed
* Added method on MapsIndoorsWidget to disable built-in compass
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ platform :ios, '14.0'
target 'MyApp' do
use_frameworks!
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
...
end
...
```

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.0
version: 3.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: ^3.1.0
mapsindoors_mapbox_ios: ^3.1.0
mapsindoors_platform_interface: ^3.1.0
mapsindoors_mapbox_android: ^3.1.1
mapsindoors_mapbox_ios: ^3.1.1
mapsindoors_platform_interface: ^3.1.1


dev_dependencies:
Expand Down
7 changes: 7 additions & 0 deletions pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependency_overrides:
mapsindoors_mapbox_android:
path: ../mapsindoors_mapbox_android
mapsindoors_mapbox_ios:
path: ../mapsindoors_mapbox_ios
mapsindoors_platform_interface:
path: ../../misdkfl-platform

0 comments on commit bb2e7c0

Please sign in to comment.