Skip to content

Commit

Permalink
Prepare release v2.2.0-beta.1 (#624)
Browse files Browse the repository at this point in the history
* bump dep version to v11.6.0-beta.1

* bump version to v2.2.0-beta.1
  • Loading branch information
maios authored Jul 22, 2024
1 parent 80d7b37 commit 0582af7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### main

### 2.2.0-beta.1

* Support local assets for 3D puck and `ModelLayer`. To use a local assets, please specify it with `asset://` scheme in the uri.
* Fix map view crashing upon host activity destruction when using a cached Flutter engine.
* Fix a rare crash happening when map widget is being disposed.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mapbox Maps SDK Flutter SDK

The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.5.0). The SDK allows developers to embed highly customized maps using a Flutter widget on Android and iOS.
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.6.0-beta.1). The SDK allows developers to embed highly customized maps using a Flutter widget on Android and iOS.

Web and desktop are not supported.

Expand Down Expand Up @@ -111,7 +111,7 @@ To use the Maps Flutter SDK add the git dependency to the pubspec.yaml:

```
dependencies:
mapbox_maps_flutter: ^2.1.0
mapbox_maps_flutter: ^2.2.0-beta.1
```

### Configure permissions
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
}

dependencies {
implementation "com.mapbox.maps:android:11.5.0"
implementation "com.mapbox.maps:android:11.6.0-beta.1"

implementation "androidx.annotation:annotation:1.7.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"
Expand Down
24 changes: 12 additions & 12 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ PODS:
- Flutter
- mapbox_maps_flutter (2.1.0):
- Flutter
- MapboxMaps (~> 11.5.1)
- MapboxMaps (~> 11.6.0-beta.1)
- Turf (= 2.8.0)
- MapboxCommon (24.5.0)
- MapboxCoreMaps (11.5.1):
- MapboxCommon (~> 24.5)
- MapboxMaps (11.5.1):
- MapboxCommon (= 24.5.0)
- MapboxCoreMaps (= 11.5.1)
- MapboxCommon (24.6.0-beta.1)
- MapboxCoreMaps (11.6.0-beta.1):
- MapboxCommon (~> 24.6.0-beta)
- MapboxMaps (11.6.0-beta.1):
- MapboxCommon (= 24.6.0-beta.1)
- MapboxCoreMaps (= 11.6.0-beta.1)
- Turf (= 2.8.0)
- path_provider_foundation (0.0.1):
- Flutter
Expand Down Expand Up @@ -48,11 +48,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
mapbox_maps_flutter: c7e9ddad4b3e7e68397fc0f8643ff408913dc44f
MapboxCommon: c69a04a1accd77650372c96d8978a15ed1d95186
MapboxCoreMaps: 9d8833b738b94d63ee842722641e8cfdc1fa1191
MapboxMaps: 24a52620178b5390373489c083d4a3acd319c1d3
integration_test: 13825b8a9334a850581300559b8839134b124670
mapbox_maps_flutter: 3f554cc330f15648f06ed8fef15a1c579af7b5df
MapboxCommon: 79432665253799a69280297bd630d8d4bdba0d94
MapboxCoreMaps: 5f7cb13a79665e5907315a47aaa49f341aba3f31
MapboxMaps: 45a3753ed3fa10b5c99ea040dfc4537f28f6da57
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e
Expand Down
4 changes: 2 additions & 2 deletions ios/mapbox_maps_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mapbox_maps_flutter'
s.version = '2.1.0'
s.version = '2.2.0-beta.1'

s.summary = 'Mapbox Maps SDK Flutter Plugin.'
s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.dependency 'Flutter'
s.platform = :ios, '12.0'

s.dependency 'MapboxMaps', '~> 11.5.1'
s.dependency 'MapboxMaps', '~> 11.6.0-beta.1'
s.dependency 'Turf', '2.8.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/map_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class _MapWidgetState extends State<MapWidget> {
'textureView': widget.textureView,
'styleUri': widget.styleUri,
'channelSuffix': _suffix,
'mapboxPluginVersion': '2.1.0',
'mapboxPluginVersion': '2.2.0-beta.1',
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
};

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapbox_maps_flutter
description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.
version: 2.1.0
version: 2.2.0-beta.1
homepage: https://github.com/mapbox/mapbox-maps-flutter

environment:
Expand Down

0 comments on commit 0582af7

Please sign in to comment.