Skip to content

Commit 0582af7

Browse files
authored
Prepare release v2.2.0-beta.1 (#624)
* bump dep version to v11.6.0-beta.1 * bump version to v2.2.0-beta.1
1 parent 80d7b37 commit 0582af7

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### main
22

3+
### 2.2.0-beta.1
4+
35
* Support local assets for 3D puck and `ModelLayer`. To use a local assets, please specify it with `asset://` scheme in the uri.
46
* Fix map view crashing upon host activity destruction when using a cached Flutter engine.
57
* Fix a rare crash happening when map widget is being disposed.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Maps SDK Flutter SDK
22

3-
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.
3+
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.
44

55
Web and desktop are not supported.
66

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

112112
```
113113
dependencies:
114-
mapbox_maps_flutter: ^2.1.0
114+
mapbox_maps_flutter: ^2.2.0-beta.1
115115
```
116116

117117
### Configure permissions

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
7878
}
7979

8080
dependencies {
81-
implementation "com.mapbox.maps:android:11.5.0"
81+
implementation "com.mapbox.maps:android:11.6.0-beta.1"
8282

8383
implementation "androidx.annotation:annotation:1.7.1"
8484
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"

example/ios/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ PODS:
44
- Flutter
55
- mapbox_maps_flutter (2.1.0):
66
- Flutter
7-
- MapboxMaps (~> 11.5.1)
7+
- MapboxMaps (~> 11.6.0-beta.1)
88
- Turf (= 2.8.0)
9-
- MapboxCommon (24.5.0)
10-
- MapboxCoreMaps (11.5.1):
11-
- MapboxCommon (~> 24.5)
12-
- MapboxMaps (11.5.1):
13-
- MapboxCommon (= 24.5.0)
14-
- MapboxCoreMaps (= 11.5.1)
9+
- MapboxCommon (24.6.0-beta.1)
10+
- MapboxCoreMaps (11.6.0-beta.1):
11+
- MapboxCommon (~> 24.6.0-beta)
12+
- MapboxMaps (11.6.0-beta.1):
13+
- MapboxCommon (= 24.6.0-beta.1)
14+
- MapboxCoreMaps (= 11.6.0-beta.1)
1515
- Turf (= 2.8.0)
1616
- path_provider_foundation (0.0.1):
1717
- Flutter
@@ -48,11 +48,11 @@ EXTERNAL SOURCES:
4848

4949
SPEC CHECKSUMS:
5050
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
51-
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
52-
mapbox_maps_flutter: c7e9ddad4b3e7e68397fc0f8643ff408913dc44f
53-
MapboxCommon: c69a04a1accd77650372c96d8978a15ed1d95186
54-
MapboxCoreMaps: 9d8833b738b94d63ee842722641e8cfdc1fa1191
55-
MapboxMaps: 24a52620178b5390373489c083d4a3acd319c1d3
51+
integration_test: 13825b8a9334a850581300559b8839134b124670
52+
mapbox_maps_flutter: 3f554cc330f15648f06ed8fef15a1c579af7b5df
53+
MapboxCommon: 79432665253799a69280297bd630d8d4bdba0d94
54+
MapboxCoreMaps: 5f7cb13a79665e5907315a47aaa49f341aba3f31
55+
MapboxMaps: 45a3753ed3fa10b5c99ea040dfc4537f28f6da57
5656
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
5757
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
5858
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e

ios/mapbox_maps_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '2.1.0'
7+
s.version = '2.2.0-beta.1'
88

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

20-
s.dependency 'MapboxMaps', '~> 11.5.1'
20+
s.dependency 'MapboxMaps', '~> 11.6.0-beta.1'
2121
s.dependency 'Turf', '2.8.0'
2222

2323
# Flutter.framework does not contain a i386 slice.

lib/src/map_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class _MapWidgetState extends State<MapWidget> {
185185
'textureView': widget.textureView,
186186
'styleUri': widget.styleUri,
187187
'channelSuffix': _suffix,
188-
'mapboxPluginVersion': '2.1.0',
188+
'mapboxPluginVersion': '2.2.0-beta.1',
189189
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
190190
};
191191

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_maps_flutter
22
description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.
3-
version: 2.1.0
3+
version: 2.2.0-beta.1
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)