Skip to content

Commit 49ac5fe

Browse files
evil159maios
authored andcommitted
Bump Maps SDK version (#14996)
Co-authored-by: Mai Mai <mai.mai@mapbox.com> GitOrigin-RevId: b3ceb302c96ccd61ae2a50066ab426c5fc84aef0
1 parent ccd3c35 commit 49ac5fe

11 files changed

Lines changed: 784 additions & 789 deletions

File tree

mapbox_maps_flutter/CHANGELOG.md

Lines changed: 771 additions & 3 deletions
Large diffs are not rendered by default.

mapbox_maps_flutter/DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide covers everything you need to set up a development environment and co
1010

1111
- **Flutter SDK** 3.38.1 or higher (Dart SDK 3.10.0+)
1212
- **Xcode** (for iOS development) — iOS deployment target is 14.0+
13-
- **Android Studio** or the Android SDK (API level 21+, compile SDK 35)
13+
- **Android Studio** or the Android SDK (API level 21+, compile SDK 36)
1414
- A modern browser with WebGL 2 support (for web development)
1515
- A Mapbox account with a valid [access token](https://account.mapbox.com/access-tokens/)
1616

mapbox_maps_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is the app-facing package. It endorses:
1919

2020
```yaml
2121
dependencies:
22-
mapbox_maps_flutter: ^3.0.0-beta.1
22+
mapbox_maps_flutter: ^3.0.0-alpha.1
2323
```
2424
2525
Then run `flutter pub get`.

mapbox_maps_flutter_mobile/CHANGELOG.md

Lines changed: 2 additions & 775 deletions
Large diffs are not rendered by default.

mapbox_maps_flutter_mobile/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## License
22

3-
mapbox_maps_flutter_mobile version 3.0.0-beta.1
3+
mapbox_maps_flutter_mobile version 3.0.0-alpha.1
44
Mapbox Maps Flutter SDK
55

66
Copyright &copy; 2022 - 2026 Mapbox, Inc. All rights reserved.

mapbox_maps_flutter_mobile/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.26.0-SNAPSHOT-06-16--02-12.git-ed5452d). 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.25.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

mapbox_maps_flutter_mobile/android/build.gradle

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

6868
dependencies {
69-
implementation "com.mapbox.maps:android-ndk27:11.26.0-SNAPSHOT-06-16--02-12.git-ed5452d"
69+
implementation "com.mapbox.maps:android-ndk27:11.25.0"
7070

7171
implementation "androidx.annotation:annotation:1.5.0"
7272
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

mapbox_maps_flutter_mobile/ios/mapbox_maps_flutter_mobile.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.26.0-SNAPSHOT-06-16--02-12.git-ed5452d'
20+
s.dependency 'MapboxMaps', '11.25.0'
2121
s.dependency 'Turf', '4.0.0'
2222

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

mapbox_maps_flutter_mobile/ios/mapbox_maps_flutter_mobile/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import PackageDescription
55

6-
let mapboxMapsVersion: Version = "11.26.0-SNAPSHOT-06-16--02-12.git-ed5452d"
6+
let mapboxMapsVersion: Version = "11.25.0"
77

88
let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT")
99
? "mapbox-maps-ios-binary"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.0.1
1+
### 3.0.0-alpha.1
22

3-
* TODO: Describe initial release.
3+
* Initial release defining shared platform interfaces and data types for the federated Maps Flutter plugin.

0 commit comments

Comments
 (0)