Skip to content

Commit 6baafbe

Browse files
authored
Update main versions to 2.12.0 (#1057)
* Update versions for v2.12.0 release (#1055) * Update versions for v2.12.0 release * Update changelog * Update pubspec versions (#1056)
1 parent 8fb5371 commit 6baafbe

File tree

10 files changed

+24
-28
lines changed

10 files changed

+24
-28
lines changed

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22

33
* Bump Flutter SDK minimum required version to 3.27.0 and `compileSdk` to 35 on Android.
44

5-
### 2.12.0-rc.2
5+
### 2.12.0
66

7-
* Update Maps SDK to v11.16.0-rc.2
7+
> [!NOTE]
8+
> This release adds support for Android 16KB page size requirements.
89
9-
### 2.12.0-rc.1
10-
11-
* Update Maps SDK to v11.16.0-rc.1
10+
* Update Maps SDK to v11.16.0
11+
* Maps SDK Android dependency now includes NDK 27 support and [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes).
1212
* Fix multi-touch gestures not working in map widget when being nested in `GestureDetector`.
13-
14-
### 2.12.0-beta.1
15-
16-
* Use Maps SDK Android dependency with NDK 27 support and [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes).
1713
* Expose `LineLayer.lineCutoutOpacity`, `LineLayer.lineCutoutWidth` and `LineLayer.lineCutoutFadeWidth` to make route lines visible through obstructing 3D buildings and other aboveground features.
1814

1915
### 2.11.0

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## License
22

3-
Mapbox Maps for Flutter version 2.12.0-rc.2
3+
Mapbox Maps for Flutter version 2.12.0
44
Mapbox Maps Flutter SDK
55

66
Copyright © 2022 - 2025 Mapbox, Inc. All rights reserved.
@@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
134134

135135
## License
136136

137-
Mapbox Maps for iOS version 11.16.0-rc.2
137+
Mapbox Maps for iOS version 11.16.0
138138
Mapbox Maps iOS SDK
139139

140140
Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
165165

166166
---
167167

168-
### MapboxCoreMaps,11.16.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/
168+
### MapboxCoreMaps,11.16.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
169169

170170
```
171171
Mapbox Core Maps version 11.0
@@ -1944,7 +1944,7 @@ DEALINGS IN THE SOFTWARE.
19441944

19451945
### License
19461946

1947-
Mapbox Maps for Android version 11.16.0-rc.2
1947+
Mapbox Maps for Android version 11.16.0
19481948
Mapbox Maps Android SDK
19491949

19501950
Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -2426,7 +2426,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
24262426

24272427
===========================================================================
24282428

2429-
### MapboxCoreMaps,11.16.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/
2429+
### MapboxCoreMaps,11.16.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
24302430

24312431
```
24322432
Mapbox Core Maps version 11.0

README.md

Lines changed: 1 addition & 1 deletion
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.16.0-rc.2). 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.16.0). 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

android/build.gradle

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

6161
dependencies {
62-
implementation "com.mapbox.maps:android-ndk27:11.16.0-rc.2"
62+
implementation "com.mapbox.maps:android-ndk27:11.16.0"
6363

6464
implementation "androidx.annotation:annotation:1.5.0"
6565
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ packages:
269269
path: ".."
270270
relative: true
271271
source: path
272-
version: "2.12.0-rc.2"
272+
version: "2.12.0"
273273
matcher:
274274
dependency: transitive
275275
description:

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.12.0-rc.2'
7+
s.version = '2.12.0'
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, '14.0'
1919

20-
s.dependency 'MapboxMaps', '11.16.0-rc.2'
20+
s.dependency 'MapboxMaps', '11.16.0'
2121
s.dependency 'Turf', '4.0.0'
2222

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

ios/mapbox_maps_flutter/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/mapbox_maps_flutter/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "mapbox-maps-flutter", targets: ["mapbox_maps_flutter"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.16.0-rc.2"),
15+
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.16.0"),
1616
],
1717
targets: [
1818
.target(

lib/src/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
part of mapbox_maps_flutter;
22

3-
const String mapboxPluginVersion = '2.12.0-rc.2';
3+
const String mapboxPluginVersion = '2.12.0';

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.12.0-rc.2
3+
version: 2.12.0
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)