From c08e0a6aba9288e5e94a2190d9d1b00b4e75e6b1 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Tue, 5 May 2026 12:37:53 +0000 Subject: [PATCH 01/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-05--11-23.git-a4eecfa` GitOrigin-RevId: 2803d3ab8608af8672c4f54d3696291aad5de49b --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index d693897ea..0e5864da6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 4c99b54d9..d7faa58ae 100644 --- a/README.md +++ b/README.md @@ -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.25.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.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 431329f6d..2ac1387ac 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 53644f6f9..9b81454ed 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0' + s.version = '2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 1eef38902..60eecda5f 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 8f5cf187d..5a52f147f 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa'; diff --git a/pubspec.yaml b/pubspec.yaml index d4e91f725..3797dc3f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0 +version: 2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 677e967858e672cf1d28503f12eeb351d3fd9e89 Mon Sep 17 00:00:00 2001 From: Artem Panfilov Date: Wed, 6 May 2026 07:18:30 +0300 Subject: [PATCH 02/33] bump version GitOrigin-RevId: abf4a116edcef8a156b764e6a5a22073f433545c --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 0e5864da6..448a57043 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa +Mapbox Maps for Flutter version 2.25.0-alpha.2 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa +Mapbox Maps for iOS version 11.25.0-alpha.2 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-alpha.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa +Mapbox Maps for Android version 11.25.0-alpha.2 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-alpha.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index d7faa58ae..795c94faa 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa). 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.25.0-alpha.2). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 2ac1387ac..321f0f1dc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa" + implementation "com.mapbox.maps:android-ndk27:11.25.0-alpha.2" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 9b81454ed..b9cf8de97 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa' + s.version = '2.25.0-alpha.2' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa' + s.dependency 'MapboxMaps', '11.25.0-alpha.2' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 60eecda5f..5a165db5e 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-05--11-23.git-a4eecfa" +let mapboxMapsVersion: Version = "11.25.0-alpha.2" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 5a52f147f..d78a0ee8d 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa'; +const String mapboxPluginVersion = '2.25.0-alpha.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 3797dc3f3..3f613a1d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-05--11-23.git-a4eecfa +version: 2.25.0-alpha.2 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 8132464dfce7d0eb99afdb0fc3cfbbc37b85a3df Mon Sep 17 00:00:00 2001 From: Artem Panfilov Date: Wed, 6 May 2026 07:21:23 +0300 Subject: [PATCH 03/33] Changelogs for common v24.25.0-alpha.2, gl-native v11.25.0-alpha.2, maps-android v11.25.0-alpha.2, maps-ios v11.25.0-alpha.2, maps-flutter v2.25.0-alpha.2, navigation-android v3.25.0-alpha.2, navigation-native v324.25.0-alpha.2, navigation-sdk-cpp v0.25.0-alpha.2, search v2.25.0-alpha.2, search-ios v2.25.0-alpha.2 common 24.25.0-alpha.2 gl-native 11.25.0-alpha.2 maps-android 11.25.0-alpha.2 maps-ios 11.25.0-alpha.2 maps-flutter 2.25.0-alpha.2 navigation-android 3.25.0-alpha.2 navigation-native 324.25.0-alpha.2 navigation-sdk-cpp 0.25.0-alpha.2 search 2.25.0-alpha.2 search-ios 2.25.0-alpha.2 GitOrigin-RevId: 7cfcf2c4203b66bc599bd7c56b3e6eb0360ef0ae --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afe44df8d..a0a9e50b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### main +### 2.25.0-alpha.2 * Add `TileStore.setOptionForKey` to allow setting custom tile store options by arbitrary string key, in addition to the existing predefined options (`diskQuota`, `mapboxApiUrl`, `tileUrlTemplate`). From d283476edfc3cb71539b64eed9d62cc9c1c5d610 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Wed, 6 May 2026 02:49:53 +0000 Subject: [PATCH 04/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-06--02-05.git-5c54386` GitOrigin-RevId: 89676c748b18e1ed17659b5bae938ee9ffc45d2b --- CHANGELOG.md | 2 +- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a9e50b0..afe44df8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 2.25.0-alpha.2 +### main * Add `TileStore.setOptionForKey` to allow setting custom tile store options by arbitrary string key, in addition to the existing predefined options (`diskQuota`, `mapboxApiUrl`, `tileUrlTemplate`). diff --git a/LICENSE b/LICENSE index 448a57043..c49e990ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.25.0-alpha.2 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-06--02-05.git-5c54386 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-alpha.2 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-06--02-05.git-5c54386 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-alpha.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-06--02-05.git-5c54386,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-alpha.2 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-06--02-05.git-5c54386 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-alpha.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-06--02-05.git-5c54386,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 795c94faa..1c7e8e37f 100644 --- a/README.md +++ b/README.md @@ -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.25.0-alpha.2). 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.25.0-SNAPSHOT-05-06--02-05.git-5c54386). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 321f0f1dc..805a9f6bf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-alpha.2" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-06--02-05.git-5c54386" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index b9cf8de97..b26cea707 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.25.0-alpha.2' + s.version = '2.24.0-SNAPSHOT-05-06--02-05.git-5c54386' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-alpha.2' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-06--02-05.git-5c54386' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 5a165db5e..1be6624bd 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-alpha.2" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-06--02-05.git-5c54386" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index d78a0ee8d..da03b9e01 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.25.0-alpha.2'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-06--02-05.git-5c54386'; diff --git a/pubspec.yaml b/pubspec.yaml index 3f613a1d4..0ebdc68b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.25.0-alpha.2 +version: 2.24.0-SNAPSHOT-05-06--02-05.git-5c54386 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 027ae7ae5a1702bb7d4deec747e6f3c1f40abda9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 May 2026 11:33:57 +0000 Subject: [PATCH 05/33] Update changelogs for v0.24.0-rc.1 release GitOrigin-RevId: 8b3f10015bec9877fc12baaa41ca6b72b4fde6af --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afe44df8d..55cdb515f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### main +### 2.24.0-rc.1 * Add `TileStore.setOptionForKey` to allow setting custom tile store options by arbitrary string key, in addition to the existing predefined options (`diskQuota`, `mapboxApiUrl`, `tileUrlTemplate`). From 4f68de1f6645947e0983614d02d8d77a8807970d Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Thu, 7 May 2026 02:56:21 +0000 Subject: [PATCH 06/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-07--02-05.git-e338122` GitOrigin-RevId: 2b7b9236e8892b346468175ab2efdfd6eaace5e2 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index c49e990ab..cfaa43867 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-06--02-05.git-5c54386 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-07--02-05.git-e338122 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-06--02-05.git-5c54386 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-07--02-05.git-e338122 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-06--02-05.git-5c54386,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-07--02-05.git-e338122,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-06--02-05.git-5c54386 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-07--02-05.git-e338122 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-06--02-05.git-5c54386,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-07--02-05.git-e338122,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 1c7e8e37f..253afee4a 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-06--02-05.git-5c54386). 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.25.0-SNAPSHOT-05-07--02-05.git-e338122). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 805a9f6bf..037d07e05 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-06--02-05.git-5c54386" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-07--02-05.git-e338122" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index b26cea707..f4201ccc1 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-06--02-05.git-5c54386' + s.version = '2.24.0-SNAPSHOT-05-07--02-05.git-e338122' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-06--02-05.git-5c54386' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-07--02-05.git-e338122' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 1be6624bd..29efe8d09 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-06--02-05.git-5c54386" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-07--02-05.git-e338122" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index da03b9e01..5b33383a0 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-06--02-05.git-5c54386'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-07--02-05.git-e338122'; diff --git a/pubspec.yaml b/pubspec.yaml index 0ebdc68b2..d25ce5f11 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-06--02-05.git-5c54386 +version: 2.24.0-SNAPSHOT-05-07--02-05.git-e338122 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 2d8a91d592a5dbcffd29e15a8e36fc3ce3e3c4ac Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Sat, 9 May 2026 02:54:33 +0000 Subject: [PATCH 07/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-09--02-05.git-e5a71d8` GitOrigin-RevId: 3d8732eb5e5ad7e59a95ed13b7b696bf72b68c5a --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index cfaa43867..f31653df5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-07--02-05.git-e338122 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-07--02-05.git-e338122 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-07--02-05.git-e338122,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-07--02-05.git-e338122 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-07--02-05.git-e338122,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 253afee4a..a0f827dc4 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-07--02-05.git-e338122). 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.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 037d07e05..c3bb7e20c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-07--02-05.git-e338122" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index f4201ccc1..00f65d833 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-07--02-05.git-e338122' + s.version = '2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-07--02-05.git-e338122' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 29efe8d09..fda40846a 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-07--02-05.git-e338122" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 5b33383a0..478cec914 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-07--02-05.git-e338122'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8'; diff --git a/pubspec.yaml b/pubspec.yaml index d25ce5f11..f3240a818 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-07--02-05.git-e338122 +version: 2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 4ded61a7889626500acbd083a9533d35c19af212 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Tue, 12 May 2026 03:27:37 +0000 Subject: [PATCH 08/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-12--02-05.git-6dae5a9` GitOrigin-RevId: 1f8f253763e1134a79601ec41c526b681ed833c6 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index f31653df5..e8e70ce52 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index a0f827dc4..55fa6e910 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8). 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.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index c3bb7e20c..0543ce936 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 00f65d833..d9b26056e 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8' + s.version = '2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index fda40846a..c4c6be0b4 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-09--02-05.git-e5a71d8" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 478cec914..3a26a97d0 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9'; diff --git a/pubspec.yaml b/pubspec.yaml index f3240a818..54bdec6c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-09--02-05.git-e5a71d8 +version: 2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 8be75f54ccfdb04fcade35302474d3efe84a6dc0 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Wed, 13 May 2026 03:27:03 +0000 Subject: [PATCH 09/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-13--02-05.git-6f98316` GitOrigin-RevId: b7d2b320aa3c1e054344084261ec599aee392982 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index e8e70ce52..a43fcfb59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-13--02-05.git-6f98316 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-13--02-05.git-6f98316 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-13--02-05.git-6f98316,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-13--02-05.git-6f98316 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-13--02-05.git-6f98316,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 55fa6e910..815349e20 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9). 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.25.0-SNAPSHOT-05-13--02-05.git-6f98316). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 0543ce936..e4a1dbc17 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-13--02-05.git-6f98316" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index d9b26056e..5bf4b206d 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9' + s.version = '2.24.0-SNAPSHOT-05-13--02-05.git-6f98316' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-13--02-05.git-6f98316' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index c4c6be0b4..a4c38445b 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-12--02-05.git-6dae5a9" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-13--02-05.git-6f98316" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 3a26a97d0..6bbd56c03 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-13--02-05.git-6f98316'; diff --git a/pubspec.yaml b/pubspec.yaml index 54bdec6c3..a07f30a8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-12--02-05.git-6dae5a9 +version: 2.24.0-SNAPSHOT-05-13--02-05.git-6f98316 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 6f06e2d702d72d89ba5b5012f0809b6a73405fef Mon Sep 17 00:00:00 2001 From: Mai Mai Date: Wed, 13 May 2026 12:50:26 +0300 Subject: [PATCH 10/33] [maps-flutter] deprecate MapboxMap tap/long-tap listeners (#13443) GitOrigin-RevId: 220cb0ffee5ec5e2b3a5cd3d57d56d1350127020 --- CHANGELOG.md | 4 ++++ lib/src/mapbox_map.dart | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cdb515f..5a84663f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### main + +* Deprecate `MapboxMap.onTapListener` and `MapboxMap.onLongTapListener` in favor of the `MapboxMap.addInterfaction` API. + ### 2.24.0-rc.1 * Add `TileStore.setOptionForKey` to allow setting custom tile store options by arbitrary string key, in addition to the existing predefined options (`diskQuota`, `mapboxApiUrl`, `tileUrlTemplate`). diff --git a/lib/src/mapbox_map.dart b/lib/src/mapbox_map.dart index 355eb242b..02edbc4ef 100644 --- a/lib/src/mapbox_map.dart +++ b/lib/src/mapbox_map.dart @@ -270,7 +270,9 @@ class MapboxMap extends ChangeNotifier { late final MapboxHttpService httpService = MapboxHttpService( binaryMessenger: _mapboxMapsPlatform.binaryMessenger, channelSuffix: _mapboxMapsPlatform.channelSuffix); + @Deprecated('Use [MapboxMap.addInteraction] instead') OnMapTapListener? onMapTapListener; + @Deprecated('Use [MapboxMap.addInteraction] instead') OnMapLongTapListener? onMapLongTapListener; OnMapScrollListener? onMapScrollListener; OnMapZoomListener? onMapZoomListener; @@ -840,11 +842,13 @@ class MapboxMap extends ChangeNotifier { messageChannelSuffix: _mapboxMapsPlatform.channelSuffix.toString()); } + @Deprecated('Use [MapboxMap.addInteraction] instead') void setOnMapTapListener(OnMapTapListener? onMapTapListener) { this.onMapTapListener = onMapTapListener; _setupGestures(); } + @Deprecated('Use [MapboxMap.addInteraction] instead') void setOnMapLongTapListener(OnMapLongTapListener? onMapLongTapListener) { this.onMapLongTapListener = onMapLongTapListener; _setupGestures(); From d6239eeb0c02fb43c7200022fbce90af3d3d3bd0 Mon Sep 17 00:00:00 2001 From: Roman Laitarenko Date: Wed, 13 May 2026 13:10:06 +0300 Subject: [PATCH 11/33] [maps-flutter] Add MapboxHttpService.setMaxRequestsPerHost (#13293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Expose `MapboxHttpService.setMaxRequestsPerHost(int)` from Dart, bridging to `com.mapbox.common.HttpServiceFactory.setMaxRequestsPerHost` (Android) and `MapboxCommon.HttpServiceFactory.setMaxRequestsPerHostForMax` (iOS). - Lets apps cap concurrent HTTP requests per host, reducing the chance of tripping per-token rate limits during offline tile region downloads. - Wired through the existing `MapboxHttpService` MethodChannel (next to `setCustomHeaders`) rather than introducing a separate `HttpServiceFactory` pigeon API — the underlying setting is global on native either way. - Tracked in MAPSFLT-594; addresses the customer ask in mapbox/mapbox-maps-flutter#1021. Public API: ```dart await mapboxMap.httpService.setMaxRequestsPerHost(2); ``` `max` is in the range 1..255 (uint8 on the native side; iOS clamps, Android byte-truncates). ## Test plan - [ ] `flutter analyze` clean - [ ] `make format` clean - [ ] iOS example builds (`flutter build ios`) - [ ] Android example builds (`flutter build apk`) - [ ] Integration test passes on both platforms (`flutter test integration_test/http_service_test.dart`) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) GitOrigin-RevId: 12ab3a788a9ee7ca30e336fbd37d4798e609f3cb --- CHANGELOG.md | 1 + .../maps/mapbox_maps/MapboxMapController.kt | 13 +++++ example/integration_test/all_test.dart | 2 + .../integration_test/http_service_test.dart | 27 +++++++++++ .../Classes/MapboxMapController.swift | 15 ++++++ lib/src/http/http_service.dart | 47 +++++++++++++++++-- 6 files changed, 101 insertions(+), 4 deletions(-) create mode 100644 example/integration_test/http_service_test.dart diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a84663f1..38231296b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### main * Deprecate `MapboxMap.onTapListener` and `MapboxMap.onLongTapListener` in favor of the `MapboxMap.addInterfaction` API. +* Add `MapboxMap.httpService.setMaxRequestsPerHost` to cap the number of concurrent HTTP requests per host issued by the underlying HTTP service. Useful for reducing the chance of hitting per-token rate limits during offline tile region downloads. ### 2.24.0-rc.1 diff --git a/android/src/main/kotlin/com/mapbox/maps/mapbox_maps/MapboxMapController.kt b/android/src/main/kotlin/com/mapbox/maps/mapbox_maps/MapboxMapController.kt index d6add334a..e7bf20a38 100644 --- a/android/src/main/kotlin/com/mapbox/maps/mapbox_maps/MapboxMapController.kt +++ b/android/src/main/kotlin/com/mapbox/maps/mapbox_maps/MapboxMapController.kt @@ -369,6 +369,19 @@ class MapboxMapController( result.error("HEADER_ERROR", e.message, null) } } + "map#setMaxRequestsPerHost" -> { + try { + val max = call.argument("max") + if (max == null) { + result.error("INVALID_ARGUMENTS", "max cannot be null", null) + } else { + com.mapbox.common.HttpServiceFactory.setMaxRequestsPerHost(max.toByte()) + result.success(null) + } + } catch (e: Exception) { + result.error("MAX_REQUESTS_PER_HOST_ERROR", e.message, null) + } + } else -> { result.notImplemented() } diff --git a/example/integration_test/all_test.dart b/example/integration_test/all_test.dart index a0758de34..86bda0ffa 100644 --- a/example/integration_test/all_test.dart +++ b/example/integration_test/all_test.dart @@ -45,6 +45,7 @@ import 'logo_test.dart' as logo_test; import 'attribution_test.dart' as attribution_test; import 'compass_test.dart' as compass_test; import 'scale_bar_test.dart' as scale_bar_test; +import 'http_service_test.dart' as http_service_test; import 'offline_test.dart' as offline_test; import 'snapshotter/snapshotter_test.dart' as snapshotter_test; import 'viewport_test.dart' as viewport_test; @@ -74,6 +75,7 @@ void main() { // offline_test offline_test.main(); + http_service_test.main(); // style tests style_test.main(); diff --git a/example/integration_test/http_service_test.dart b/example/integration_test/http_service_test.dart new file mode 100644 index 000000000..f4041b0ed --- /dev/null +++ b/example/integration_test/http_service_test.dart @@ -0,0 +1,27 @@ +import 'package:flutter_test/flutter_test.dart'; +import 'package:integration_test/integration_test.dart'; +import 'empty_map_widget.dart' as app; + +void main() { + IntegrationTestWidgetsFlutterBinding.ensureInitialized(); + + group('MapboxHttpService.setMaxRequestsPerHost', () { + testWidgets('accepts valid values across the supported range', + (widgetTester) async { + final mapFuture = app.main(); + await widgetTester.pumpAndSettle(); + final mapboxMap = await mapFuture; + + // Reasonable mid-range value. + await mapboxMap.httpService.setMaxRequestsPerHost(2); + + // Boundary values (1..255 maps to uint8 on the native side). + await mapboxMap.httpService.setMaxRequestsPerHost(1); + await mapboxMap.httpService.setMaxRequestsPerHost(255); + + // Repeated calls should not throw — setting is idempotent / overwriting. + await mapboxMap.httpService.setMaxRequestsPerHost(8); + await mapboxMap.httpService.setMaxRequestsPerHost(8); + }); + }); +} diff --git a/ios/mapbox_maps_flutter/Sources/mapbox_maps_flutter/Classes/MapboxMapController.swift b/ios/mapbox_maps_flutter/Sources/mapbox_maps_flutter/Classes/MapboxMapController.swift index b17312d00..63b911ae3 100644 --- a/ios/mapbox_maps_flutter/Sources/mapbox_maps_flutter/Classes/MapboxMapController.swift +++ b/ios/mapbox_maps_flutter/Sources/mapbox_maps_flutter/Classes/MapboxMapController.swift @@ -1,4 +1,5 @@ import Flutter +import MapboxCommon @_spi(Experimental) import MapboxMaps import UIKit @@ -173,6 +174,20 @@ public final class MapboxMapController: NSObject, FlutterPlatformView { customInterceptor.customHeaders = headers result(nil) + case "map#setMaxRequestsPerHost": + guard let arguments = methodCall.arguments as? [String: Any], + let max = arguments["max"] as? Int + else { + result(FlutterError( + code: "setMaxRequestsPerHost", + message: "could not decode arguments", + details: nil + )) + return + } + HttpServiceFactory.setMaxRequestsPerHostForMax(UInt8(clamping: max)) + result(nil) + default: result(FlutterMethodNotImplemented) } diff --git a/lib/src/http/http_service.dart b/lib/src/http/http_service.dart index cc2d081b6..aafb3386d 100644 --- a/lib/src/http/http_service.dart +++ b/lib/src/http/http_service.dart @@ -11,10 +11,15 @@ class MapboxHttpService { /// [binaryMessenger] is used for platform channel communication /// [channelSuffix] is used to create a unique channel identifier when multiple instances /// of the service are needed. This should match the suffix used on the platform side. - MapboxHttpService( - {required this.binaryMessenger, required this.channelSuffix}) { - _channel = MethodChannel('plugins.flutter.io.${channelSuffix.toString()}', - const StandardMethodCodec(), binaryMessenger); + MapboxHttpService({ + required this.binaryMessenger, + required this.channelSuffix, + }) { + _channel = MethodChannel( + 'plugins.flutter.io.${channelSuffix.toString()}', + const StandardMethodCodec(), + binaryMessenger, + ); } /// Sets custom headers for all Mapbox HTTP requests @@ -40,4 +45,38 @@ class MapboxHttpService { ); } } + + /// Sets the maximum number of concurrent HTTP requests per host that the + /// underlying HTTP service may issue. + /// + /// Lowering this value reduces the chance of hitting per-token rate limits + /// when downloading large amounts of data (for example, offline tile + /// regions), at the cost of slower throughput. + /// + /// This is a global setting that applies to all Mapbox HTTP requests across + /// the process; calling it on any map instance updates it for all of them. + /// + /// [max] must be in the range 1..255. + /// + /// Throws a [PlatformException] if the native implementation is not available + /// or if the operation fails. + Future setMaxRequestsPerHost(int max) async { + try { + await _channel + .invokeMethod('map#setMaxRequestsPerHost', {'max': max}); + } on MissingPluginException catch (e) { + throw PlatformException( + code: 'MISSING_IMPLEMENTATION', + message: + 'Native implementation for setMaxRequestsPerHost is not available', + details: e.toString(), + ); + } catch (e) { + throw PlatformException( + code: 'SET_MAX_REQUESTS_PER_HOST_FAILED', + message: 'Failed to set max requests per host', + details: e.toString(), + ); + } + } } From 21949e07cd170f5f366c04e5a5317bcdecf87d1b Mon Sep 17 00:00:00 2001 From: yunikkk Date: Mon, 18 May 2026 18:00:18 +0300 Subject: [PATCH 12/33] Update local versions to 25.0-SNAPSHOT-05-19--06-51.git-92385b2. GitOrigin-RevId: 4e4715583e422d712479fd1ab9503b2bb96cd3e2 --- LICENSE | 6 +++--- README.md | 2 +- android/build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index a43fcfb59..d3c144e32 100644 --- a/LICENSE +++ b/LICENSE @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-13--02-05.git-6f98316,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-19--06-51.git-92385b2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-13--02-05.git-6f98316 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-19--06-51.git-92385b2 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-13--02-05.git-6f98316,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-19--06-51.git-92385b2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 815349e20..c649b12c4 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-13--02-05.git-6f98316). 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.25.0-SNAPSHOT-05-19--06-51.git-92385b2). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index e4a1dbc17..83ea43008 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-13--02-05.git-6f98316" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-19--06-51.git-92385b2" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" From 76b1f5096e3a2f2f1de621613b2722be4bc6969f Mon Sep 17 00:00:00 2001 From: Artem Panfilov Date: Thu, 21 May 2026 18:40:14 +0300 Subject: [PATCH 13/33] snapshot: update local versions to SNAPSHOT-05-21--13-19.git-fede0de (#13849) GitOrigin-RevId: ccb89dbb07b9355da315c2b4f263e7eb835cb3bf --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index d3c144e32..8fef6ff4a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-13--02-05.git-6f98316 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-21--13-19.git-fede0de Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-13--02-05.git-6f98316 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-21--13-19.git-fede0de Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-19--06-51.git-92385b2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-21--13-19.git-fede0de,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-19--06-51.git-92385b2 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-21--13-19.git-fede0de Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-19--06-51.git-92385b2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-21--13-19.git-fede0de,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index c649b12c4..4c50c6c90 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-19--06-51.git-92385b2). 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.25.0-SNAPSHOT-05-21--13-19.git-fede0de). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 83ea43008..93dc36cfd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-19--06-51.git-92385b2" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-21--13-19.git-fede0de" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 5bf4b206d..d59f04a59 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-13--02-05.git-6f98316' + s.version = '2.24.0-SNAPSHOT-05-21--13-19.git-fede0de' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-13--02-05.git-6f98316' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-21--13-19.git-fede0de' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index a4c38445b..468bf5a9e 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-13--02-05.git-6f98316" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-21--13-19.git-fede0de" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 6bbd56c03..869b277d8 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-13--02-05.git-6f98316'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-21--13-19.git-fede0de'; diff --git a/pubspec.yaml b/pubspec.yaml index a07f30a8d..0b952a769 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-13--02-05.git-6f98316 +version: 2.24.0-SNAPSHOT-05-21--13-19.git-fede0de homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 979d805476f9e2423501bf9425ca1953d8507b6a Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Fri, 22 May 2026 03:32:40 +0000 Subject: [PATCH 14/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-22--02-05.git-63c0f81` GitOrigin-RevId: 4f5c99042648ed4e1ff2d69cbfbaa2dea49e9b2c --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 8fef6ff4a..fddd99858 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-21--13-19.git-fede0de +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-21--13-19.git-fede0de +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-21--13-19.git-fede0de,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-21--13-19.git-fede0de +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-21--13-19.git-fede0de,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 4c50c6c90..498e0c52f 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-21--13-19.git-fede0de). 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.25.0-SNAPSHOT-05-22--02-05.git-63c0f81). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 93dc36cfd..075ea248e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-21--13-19.git-fede0de" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index d59f04a59..7c31a5a20 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-21--13-19.git-fede0de' + s.version = '2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-21--13-19.git-fede0de' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 468bf5a9e..7c1fb6293 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-21--13-19.git-fede0de" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 869b277d8..52d571f10 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-21--13-19.git-fede0de'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81'; diff --git a/pubspec.yaml b/pubspec.yaml index 0b952a769..95b9c64e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-21--13-19.git-fede0de +version: 2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 1e519327d851cb1b73b5c1de9ab04667a3fbc718 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Sat, 23 May 2026 03:06:33 +0000 Subject: [PATCH 15/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-23--02-05.git-c3cdcd1` GitOrigin-RevId: d271323fd38f1f2eb6259d1be3dea60c9b275c49 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index fddd99858..cfb0d29b8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 498e0c52f..4ab96752b 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-22--02-05.git-63c0f81). 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.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 075ea248e..90b027fb2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 7c31a5a20..e43dc3ae7 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81' + s.version = '2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 7c1fb6293..3fbaec762 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-22--02-05.git-63c0f81" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 52d571f10..95601c8f3 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1'; diff --git a/pubspec.yaml b/pubspec.yaml index 95b9c64e9..2136dce16 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-22--02-05.git-63c0f81 +version: 2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 2d6f163def9d08353a31d501fb8594c6ea1102df Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Mon, 25 May 2026 03:20:35 +0000 Subject: [PATCH 16/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-25--02-05.git-84a02a0` GitOrigin-RevId: 2a66e50000cb57f7832670cdcf246f8ee059f67a --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index cfb0d29b8..3d876aeb6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 4ab96752b..7a09d301f 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1). 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.25.0-SNAPSHOT-05-25--02-05.git-84a02a0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 90b027fb2..c9b1ca936 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index e43dc3ae7..248c292ef 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1' + s.version = '2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 3fbaec762..4f688ac7b 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-23--02-05.git-c3cdcd1" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 95601c8f3..d9694df2a 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0'; diff --git a/pubspec.yaml b/pubspec.yaml index 2136dce16..840cb5d43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-23--02-05.git-c3cdcd1 +version: 2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From acbaceb05ebc35d4786ae3dca7d309132c7b8cd2 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Tue, 26 May 2026 10:22:02 +0000 Subject: [PATCH 17/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-26--02-05.git-4a2d3dd` GitOrigin-RevId: 5b1f4aed29d465c75a67aef8f6266edccb0dfa70 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 3d876aeb6..625fe54e5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 7a09d301f..ccbafb895 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-25--02-05.git-84a02a0). 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.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index c9b1ca936..ef68d34f6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 248c292ef..891903a47 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0' + s.version = '2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 4f688ac7b..eb1f1505d 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-25--02-05.git-84a02a0" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index d9694df2a..1e62e264b 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd'; diff --git a/pubspec.yaml b/pubspec.yaml index 840cb5d43..decbc459d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-25--02-05.git-84a02a0 +version: 2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 32b15be0448c9f7714b876696145b3cc28e23523 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Wed, 27 May 2026 03:06:19 +0000 Subject: [PATCH 18/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-27--02-04.git-5942ed2` GitOrigin-RevId: c95bcf00807f795d6da2002abccdd4d7855b3ce2 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 625fe54e5..019034320 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index ccbafb895..0baeea9b5 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd). 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.25.0-SNAPSHOT-05-27--02-04.git-5942ed2). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index ef68d34f6..9c96bd8b5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 891903a47..3a880f0c9 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd' + s.version = '2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index eb1f1505d..8b22d277a 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-26--02-05.git-4a2d3dd" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 1e62e264b..2fb7e6497 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2'; diff --git a/pubspec.yaml b/pubspec.yaml index decbc459d..b0ddcb5d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-26--02-05.git-4a2d3dd +version: 2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 839ccb661ac8cbf379e2a67964c5f15b84d218d7 Mon Sep 17 00:00:00 2001 From: Kiryl Dzehtsiarenka Date: Wed, 27 May 2026 21:07:25 +0300 Subject: [PATCH 19/33] bump versions GitOrigin-RevId: d179b42cadb0dde54aa8f6a5bb17152ea20c3636 --- LICENSE | 6 +++--- README.md | 2 +- android/build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 019034320..868193f28 100644 --- a/LICENSE +++ b/LICENSE @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--11-05.git-ae12777,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-27--11-05.git-ae12777 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--11-05.git-ae12777,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 0baeea9b5..45a7ddc52 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-27--02-04.git-5942ed2). 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.25.0-SNAPSHOT-05-27--11-05.git-ae12777). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 9c96bd8b5..a17b7d970 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-27--11-05.git-ae12777" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" From 0f77175eb4a647ba0b4d9c8e97bd897b35403cec Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Thu, 28 May 2026 03:07:07 +0000 Subject: [PATCH 20/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-28--02-04.git-d179b42` GitOrigin-RevId: a3f2fa93ac07f0a7b5d57aa3d997a179a1d1ccb7 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 868193f28..2ca613b5f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-28--02-04.git-d179b42 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-28--02-04.git-d179b42 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--11-05.git-ae12777,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-28--02-04.git-d179b42,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1959,7 +1959,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-27--11-05.git-ae12777 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-28--02-04.git-d179b42 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2447,7 +2447,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-27--11-05.git-ae12777,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-28--02-04.git-d179b42,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 45a7ddc52..60283db4a 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-27--11-05.git-ae12777). 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.25.0-SNAPSHOT-05-28--02-04.git-d179b42). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index a17b7d970..422ef7514 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-27--11-05.git-ae12777" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-28--02-04.git-d179b42" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 3a880f0c9..e637a2aad 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2' + s.version = '2.24.0-SNAPSHOT-05-28--02-04.git-d179b42' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-28--02-04.git-d179b42' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 8b22d277a..973f8eb63 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-27--02-04.git-5942ed2" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-28--02-04.git-d179b42" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 2fb7e6497..4992a6e96 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-28--02-04.git-d179b42'; diff --git a/pubspec.yaml b/pubspec.yaml index b0ddcb5d3..9353be20a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-27--02-04.git-5942ed2 +version: 2.24.0-SNAPSHOT-05-28--02-04.git-d179b42 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From fb8b514abf19e3042ce9ffbaab23e7b02cbd5406 Mon Sep 17 00:00:00 2001 From: Roman Laitarenko Date: Thu, 28 May 2026 10:10:51 +0300 Subject: [PATCH 21/33] [maps-flutter] update license (#14140) GitOrigin-RevId: 9879c00d0dbb76c877eaf1690c48f1c221faa417 --- LICENSE | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) diff --git a/LICENSE b/LICENSE index 2ca613b5f..d71f738a4 100644 --- a/LICENSE +++ b/LICENSE @@ -194,6 +194,149 @@ https://www.mapbox.com/legal/tos/ --- +### libjpeg-turbo,3.1.4.1,IJG AND BSD-3-Clause AND Zlib,The libjpeg-turbo Project,https://libjpeg-turbo.org/ + +``` +libjpeg-turbo Licenses +====================== + +libjpeg-turbo is covered by two compatible BSD-style open source licenses: + +- The IJG (Independent JPEG Group) License, which is listed in + [README.ijg](README.ijg) + + This license applies to the libjpeg API library and associated programs, + including any code inherited from libjpeg and any modifications to that + code. Note that the libjpeg-turbo SIMD source code bears the + [zlib License](https://opensource.org/licenses/Zlib), but in the context of + the overall libjpeg API library, the terms of the zlib License are subsumed + by the terms of the IJG License. + +- The Modified (3-clause) BSD License, which is listed below + + This license applies to the TurboJPEG API library and associated programs, as + well as the build system. Note that the TurboJPEG API library wraps the + libjpeg API library, so in the context of the overall TurboJPEG API library, + both the terms of the IJG License and the terms of the Modified (3-clause) + BSD License apply. + + +Complying with the libjpeg-turbo Licenses +========================================= + +This section provides a roll-up of the libjpeg-turbo licensing terms, to the +best of our understanding. This is not a license in and of itself. It is +intended solely for clarification. + +1. If you are distributing a modified version of the libjpeg-turbo source, + then: + + 1. You cannot alter or remove any existing copyright or license notices + from the source. + + **Origin** + - Clause 1 of the IJG License + - Clause 1 of the Modified BSD License + - Clauses 1 and 3 of the zlib License + + 2. You must add your own copyright notice to the header of each source + file you modified, so others can tell that you modified that file. (If + there is not an existing copyright header in that file, then you can + simply add a notice stating that you modified the file.) + + **Origin** + - Clause 1 of the IJG License + - Clause 2 of the zlib License + + 3. You must include the IJG README file, and you must not alter any of the + copyright or license text in that file. + + **Origin** + - Clause 1 of the IJG License + +2. If you are distributing only libjpeg-turbo binaries without the source, or + if you are distributing an application that statically links with + libjpeg-turbo, then: + + 1. Your product documentation must include a message stating: + + This software is based in part on the work of the Independent JPEG + Group. + + **Origin** + - Clause 2 of the IJG license + + 2. If your binary distribution includes or uses the TurboJPEG API, then + your product documentation must include the text of the Modified BSD + License (see below.) + + **Origin** + - Clause 2 of the Modified BSD License + +3. You cannot use the name of the IJG or The libjpeg-turbo Project or the + contributors thereof in advertising, publicity, etc. + + **Origin** + - IJG License + - Clause 3 of the Modified BSD License + +4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be + free of defects, nor do we accept any liability for undesirable + consequences resulting from your use of the software. + + **Origin** + - IJG License + - Modified BSD License + - zlib License + + +The Modified (3-clause) BSD License +=================================== + +Copyright (C) 2009-2026 D. R. Commander. All Rights Reserved.
+Copyright (C) 2015 Viktor Szathmáry. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + +Why Two Licenses? +================= + +The zlib License could have been used instead of the Modified (3-clause) BSD +License, and since the IJG License effectively subsumes the distribution +conditions of the zlib License, this would have effectively placed +libjpeg-turbo binary distributions under the IJG License. However, the IJG +License specifically refers to the Independent JPEG Group and does not extend +attribution and endorsement protections to other entities. Thus, it was +desirable to choose a license that granted us the same protections for new code +that were granted to the IJG for code derived from their software. + +``` + +--- + ### icu,75.1,Unicode-3.0,Unicode Inc,https://github.com/unicode-org/icu ``` From e3c697ff8211154dc54eafa0d63fcf985e9c52a7 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Fri, 29 May 2026 03:18:07 +0000 Subject: [PATCH 22/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-29--02-04.git-9c82b17` GitOrigin-RevId: 6758b4cb53f8037db35eac2f9ba37893acd54439 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index d71f738a4..e1381be58 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-28--02-04.git-d179b42 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-28--02-04.git-d179b42 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-28--02-04.git-d179b42,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-28--02-04.git-d179b42 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-28--02-04.git-d179b42,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 60283db4a..b3caaec13 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-28--02-04.git-d179b42). 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.25.0-SNAPSHOT-05-29--02-04.git-9c82b17). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 422ef7514..34451dcd6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-28--02-04.git-d179b42" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index e637a2aad..ab8aa32b2 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-28--02-04.git-d179b42' + s.version = '2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-28--02-04.git-d179b42' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 973f8eb63..c7170d478 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-28--02-04.git-d179b42" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 4992a6e96..9135f27b4 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-28--02-04.git-d179b42'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17'; diff --git a/pubspec.yaml b/pubspec.yaml index 9353be20a..c2799beaf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-28--02-04.git-d179b42 +version: 2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 9e6414c2e012f816fb45255fe63f24b3736b5621 Mon Sep 17 00:00:00 2001 From: Kiryl Dzehtsiarenka Date: Fri, 29 May 2026 12:19:32 +0300 Subject: [PATCH 23/33] Bump snapshot GitOrigin-RevId: ed630584551213827b56d788431ce51479e7cf07 --- LICENSE | 6 +++--- README.md | 2 +- android/build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index e1381be58..f0f422d40 100644 --- a/LICENSE +++ b/LICENSE @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index b3caaec13..2a0be2738 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-29--02-04.git-9c82b17). 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.25.0-SNAPSHOT-05-29--07-59.git-b5332f6). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 34451dcd6..9dcb98a3f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" From aa0f67b72db4d243a8d3edf85b187f7127446062 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Sat, 30 May 2026 03:23:31 +0000 Subject: [PATCH 24/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-05-30--02-04.git-18e8c96` GitOrigin-RevId: ab15e53f88b82ba1ac5c32332b3dcbd35b847ff8 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index f0f422d40..ac7365ee1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 2a0be2738..3d6070998 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-29--07-59.git-b5332f6). 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.25.0-SNAPSHOT-05-30--02-04.git-18e8c96). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 9dcb98a3f..a67648ca6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-29--07-59.git-b5332f6" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index ab8aa32b2..45278c762 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17' + s.version = '2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index c7170d478..cec65c0cc 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-29--02-04.git-9c82b17" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 9135f27b4..0c06fee67 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96'; diff --git a/pubspec.yaml b/pubspec.yaml index c2799beaf..6f8cf202f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-29--02-04.git-9c82b17 +version: 2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From e7c507b6bbf4da82c93f3fb72da27a3f84959ca8 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Mon, 1 Jun 2026 03:09:08 +0000 Subject: [PATCH 25/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-06-01--02-05.git-1a7dc14` GitOrigin-RevId: 845a530d32cf3ec3dcb58f36922c8462ca99d140 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index ac7365ee1..e192ceaad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96 +Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96 +Mapbox Maps for iOS version 11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96 +Mapbox Maps for Android version 11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 3d6070998..cf6803117 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-05-30--02-04.git-18e8c96). 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.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index a67648ca6..cc6305703 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96" + implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 45278c762..e72c26e71 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96' + s.version = '2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96' + s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index cec65c0cc..0c538e752 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-05-30--02-04.git-18e8c96" +let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 0c06fee67..afd06b0cb 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96'; +const String mapboxPluginVersion = '2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14'; diff --git a/pubspec.yaml b/pubspec.yaml index 6f8cf202f..b4ad16617 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-05-30--02-04.git-18e8c96 +version: 2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 95270cfbe0274dfd33f37b1e82a4a2dbc9066b7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jun 2026 09:22:15 +0000 Subject: [PATCH 26/33] [skip ci] Bump release version to v0.25.0-rc.1 GitOrigin-RevId: 5ad4ea33bec4c2530d65cd1800ae706019a99929 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index e192ceaad..2437af06d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14 +Mapbox Maps for Flutter version 2.25.0-rc.1 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14 +Mapbox Maps for iOS version 11.25.0-rc.1 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14 +Mapbox Maps for Android version 11.25.0-rc.1 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index cf6803117..6ba0f4c0f 100644 --- a/README.md +++ b/README.md @@ -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.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14). 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.25.0-rc.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index cc6305703..f1243c59c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14" + implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.1" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index e72c26e71..80d1a7d8d 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14' + s.version = '2.25.0-rc.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.' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14' + s.dependency 'MapboxMaps', '11.25.0-rc.1' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 0c538e752..dd230390e 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-06-01--02-05.git-1a7dc14" +let mapboxMapsVersion: Version = "11.25.0-rc.1" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index afd06b0cb..a93eae3c6 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14'; +const String mapboxPluginVersion = '2.25.0-rc.1'; diff --git a/pubspec.yaml b/pubspec.yaml index b4ad16617..bb0db8346 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.24.0-SNAPSHOT-06-01--02-05.git-1a7dc14 +version: 2.25.0-rc.1 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From f25e544ecf5c5a34ef7d5ffc11e9eaab5e116d64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jun 2026 09:22:29 +0000 Subject: [PATCH 27/33] Update changelogs for v0.25.0-rc.1 release GitOrigin-RevId: d72c699070659a5b635fdf8893777c4766baf56c --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38231296b..1bc5c5856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### main +### 2.25.0-rc.1 * Deprecate `MapboxMap.onTapListener` and `MapboxMap.onLongTapListener` in favor of the `MapboxMap.addInterfaction` API. * Add `MapboxMap.httpService.setMaxRequestsPerHost` to cap the number of concurrent HTTP requests per host issued by the underlying HTTP service. Useful for reducing the chance of hitting per-token rate limits during offline tile region downloads. From 9ad497400c5fb77a411c00310f083b31f70461f5 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Thu, 4 Jun 2026 10:38:36 +0000 Subject: [PATCH 28/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-06-04--09-23.git-6bc6401` GitOrigin-RevId: eea6cb45fe218d33a25d90c3ca9e98f251359c8e --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 2437af06d..a2bbe2213 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.25.0-rc.1 +Mapbox Maps for Flutter version 2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-rc.1 +Mapbox Maps for iOS version 11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-rc.1 +Mapbox Maps for Android version 11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 6ba0f4c0f..afb48de35 100644 --- a/README.md +++ b/README.md @@ -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.25.0-rc.1). 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.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index f1243c59c..65aaf7409 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.1" + implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 80d1a7d8d..6829db776 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.25.0-rc.1' + s.version = '2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-rc.1' + s.dependency 'MapboxMaps', '11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index dd230390e..94e092c5e 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-rc.1" +let mapboxMapsVersion: Version = "11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index a93eae3c6..90e23169d 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.25.0-rc.1'; +const String mapboxPluginVersion = '2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401'; diff --git a/pubspec.yaml b/pubspec.yaml index bb0db8346..1b49b4298 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.25.0-rc.1 +version: 2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 2cff04e93a58ca4b34400913c4be57dbb295799f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Jun 2026 11:14:53 +0000 Subject: [PATCH 29/33] [skip ci] Bump release version to v0.25.0-rc.2 GitOrigin-RevId: 8c788c7dfe73964a840f6d1d777d0b0bd693e40a --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index a2bbe2213..cb8605831 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 +Mapbox Maps for Flutter version 2.25.0-rc.2 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 +Mapbox Maps for iOS version 11.25.0-rc.2 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 +Mapbox Maps for Android version 11.25.0-rc.2 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index afb48de35..b201a3100 100644 --- a/README.md +++ b/README.md @@ -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.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401). 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.25.0-rc.2). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index 65aaf7409..ef6df5a77 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401" + implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.2" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 6829db776..ac2d51869 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401' + s.version = '2.25.0-rc.2' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401' + s.dependency 'MapboxMaps', '11.25.0-rc.2' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 94e092c5e..b2029c42b 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401" +let mapboxMapsVersion: Version = "11.25.0-rc.2" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 90e23169d..af2562a25 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401'; +const String mapboxPluginVersion = '2.25.0-rc.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 1b49b4298..29046b400 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401 +version: 2.25.0-rc.2 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 526022dec0f9d3358d49fd9ed78d614dd5057836 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Tue, 9 Jun 2026 09:20:43 +0000 Subject: [PATCH 30/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-06-09--08-24.git-300f62e` GitOrigin-RevId: c86725522ed0667d1dab69d99b24edc89f10b4af --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index cb8605831..cece93abf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.25.0-rc.2 +Mapbox Maps for Flutter version 2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-rc.2 +Mapbox Maps for iOS version 11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-rc.2 +Mapbox Maps for Android version 11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index b201a3100..d3e0c8154 100644 --- a/README.md +++ b/README.md @@ -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.25.0-rc.2). 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.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index ef6df5a77..ff989299c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.2" + implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index ac2d51869..1b1979c81 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.25.0-rc.2' + s.version = '2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-rc.2' + s.dependency 'MapboxMaps', '11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index b2029c42b..1cbccca47 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-rc.2" +let mapboxMapsVersion: Version = "11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index af2562a25..ff90ca533 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.25.0-rc.2'; +const String mapboxPluginVersion = '2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e'; diff --git a/pubspec.yaml b/pubspec.yaml index 29046b400..e0ea457cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.25.0-rc.2 +version: 2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 5aac795baafe3c124094a53cfe24b4161089fb20 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Thu, 11 Jun 2026 14:20:23 +0000 Subject: [PATCH 31/33] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-06-11--13-05.git-180b566` GitOrigin-RevId: 546cf8b9feb3a9012134b2d7ea43c32fddc7a8da --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index cece93abf..5bc22b705 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e +Mapbox Maps for Flutter version 2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e +Mapbox Maps for iOS version 11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e +Mapbox Maps for Android version 11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index d3e0c8154..10cc8375f 100644 --- a/README.md +++ b/README.md @@ -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.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e). 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.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index ff989299c..a115ee90a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e" + implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 1b1979c81..b3b115f44 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e' + s.version = '2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e' + s.dependency 'MapboxMaps', '11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 1cbccca47..9e5ad6574 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e" +let mapboxMapsVersion: Version = "11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index ff90ca533..39d912e3c 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e'; +const String mapboxPluginVersion = '2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566'; diff --git a/pubspec.yaml b/pubspec.yaml index e0ea457cb..1acc802c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.25.0-rc.2-SNAPSHOT-06-09--08-24.git-300f62e +version: 2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 4f99a2852e757de7eee3c07ed6362f75df024a05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jun 2026 15:13:23 +0000 Subject: [PATCH 32/33] [skip ci] Bump release version to v0.25.0 GitOrigin-RevId: 6c18986c3855cff0a18ee0b1a4147bcb68b57018 --- LICENSE | 10 +++++----- README.md | 2 +- android/build.gradle | 2 +- ios/mapbox_maps_flutter.podspec | 4 ++-- ios/mapbox_maps_flutter/Package.swift | 2 +- lib/src/package_info.dart | 2 +- pubspec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 5bc22b705..dcd9a9d96 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 +Mapbox Maps for Flutter version 2.25.0 Mapbox Maps Flutter SDK Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 +Mapbox Maps for iOS version 11.25.0 Mapbox Maps iOS SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 +Mapbox Maps for Android version 11.25.0 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.25.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index 10cc8375f..4c99b54d9 100644 --- a/README.md +++ b/README.md @@ -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.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566). 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.25.0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index a115ee90a..431329f6d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566" + implementation "com.mapbox.maps:android-ndk27:11.25.0" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index b3b115f44..6b33d8fc1 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566' + s.version = '2.25.0' s.summary = 'Mapbox Maps SDK Flutter Plugin.' 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| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566' + s.dependency 'MapboxMaps', '11.25.0' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index 9e5ad6574..1eef38902 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let mapboxMapsVersion: Version = "11.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566" +let mapboxMapsVersion: Version = "11.25.0" let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT") ? "mapbox-maps-ios-binary" diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 39d912e3c..781420b09 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,4 +1,4 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566'; +const String mapboxPluginVersion = '2.25.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 1acc802c7..1d235e42b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.25.0-rc.2-SNAPSHOT-06-11--13-05.git-180b566 +version: 2.25.0 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: From 53047f3ba6f0523b80d7ecc7f74c040154dc3900 Mon Sep 17 00:00:00 2001 From: Faheem Riaz Date: Sun, 28 Jun 2026 10:50:17 +0200 Subject: [PATCH 33/33] Migrate Android build configuration to Kotlin DSL (AGP 9.0.1) and Built-in Kotlin --- android/build.gradle | 73 ---------------------------------------- android/build.gradle.kts | 68 +++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 73 deletions(-) delete mode 100644 android/build.gradle create mode 100644 android/build.gradle.kts diff --git a/android/build.gradle b/android/build.gradle deleted file mode 100644 index 431329f6d..000000000 --- a/android/build.gradle +++ /dev/null @@ -1,73 +0,0 @@ -group 'com.mapbox.maps.mapbox_maps' -version '1.0.0' - -buildscript { - ext.kotlin_version = '1.8.22' - repositories { - google() - mavenCentral() - } - - dependencies { - classpath 'com.android.tools.build:gradle:8.10.1' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - } -} - -rootProject.allprojects { - repositories { - google() - mavenCentral() - maven { - url 'https://api.mapbox.com/downloads/v2/releases/maven' - } - maven { - url 'https://api.mapbox.com/downloads/v2/snapshots/maven' - authentication { - basic(BasicAuthentication) - } - credentials { - username = "mapbox" - password = System.getenv("SDK_REGISTRY_TOKEN") ?: project.findProperty("SDK_REGISTRY_TOKEN") as String - } - } - } -} - -apply plugin: 'com.android.library' -apply plugin: 'kotlin-android' - -android { - compileSdk 35 - - namespace 'com.mapbox.maps.mapbox_maps' - sourceSets { - main.java.srcDirs += 'src/main/kotlin' - } - defaultConfig { - minSdkVersion 21 - } - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = "1.8" - } -} - -if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint.gradle").exists()) { - project.apply { - from("$rootDir/gradle/ktlint.gradle") - from("$rootDir/gradle/lint.gradle") - } -} - -dependencies { - implementation "com.mapbox.maps:android-ndk27:11.25.0" - - implementation "androidx.annotation:annotation:1.5.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" -} diff --git a/android/build.gradle.kts b/android/build.gradle.kts new file mode 100644 index 000000000..4549625c8 --- /dev/null +++ b/android/build.gradle.kts @@ -0,0 +1,68 @@ +group = "com.mapbox.maps.mapbox_maps" +version = "1.0.0" + +buildscript { + repositories { + google() + mavenCentral() + } + dependencies { + classpath("com.android.tools.build:gradle:9.0.1") + } +} + +rootProject.allprojects { + repositories { + google() + mavenCentral() + maven { + url = uri("https://api.mapbox.com/downloads/v2/releases/maven") + } + maven { + url = uri("https://api.mapbox.com/downloads/v2/snapshots/maven") + authentication { + register("basic", BasicAuthentication::class.java) + } + credentials { + username = "mapbox" + password = (System.getenv("SDK_REGISTRY_TOKEN") ?: (project.findProperty("SDK_REGISTRY_TOKEN") as? String)) ?: "" + } + } + } +} + +plugins { + id("com.android.library") +} + +android { + compileSdk = 35 + + namespace = "com.mapbox.maps.mapbox_maps" + sourceSets { + getByName("main") { + java.srcDirs("src/main/kotlin") + } + } + defaultConfig { + minSdk = 21 + } + + compileOptions { + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 + } +} + +val ktlintFile = file("$rootDir/gradle/ktlint.gradle") +val lintFile = file("$rootDir/gradle/lint.gradle") +if (ktlintFile.exists() && lintFile.exists()) { + apply(from = ktlintFile) + apply(from = lintFile) +} + +dependencies { + implementation("com.mapbox.maps:android-ndk27:11.25.0") + implementation("androidx.annotation:annotation:1.5.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2") +}