Skip to content

[dependabot]: Bump mapbox_maps_flutter from 2.12.0 to 2.27.0 - #295

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/mapbox_maps_flutter-2.27.0
Open

[dependabot]: Bump mapbox_maps_flutter from 2.12.0 to 2.27.0#295
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/mapbox_maps_flutter-2.27.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps mapbox_maps_flutter from 2.12.0 to 2.27.0.

Release notes

Sourced from mapbox_maps_flutter's releases.

v2.27.0

New Features ✨

  • [iOS] Support GesturesSettings.scrollDecelerationEnabled on iOS (#1127).
  • [Android] Migrate to built-in Kotlin.
  • Add MapboxMap.httpService.setCustomHeadersForHost to attach custom HTTP headers to a single host only, and MapboxMap.httpService.clearCustomHeaders to remove all configured headers. Host-scoped headers are matched against the request's exact URL host (case-insensitive, no subdomain or substring matching).
  • Deprecate MapboxMap.setCustomHeaders: headers set this way are attached to every host the map fetches from — including third-party hosts referenced by styles, sources, sprites, glyphs and tiles — which can leak credentials. Use setCustomHeadersForHost instead.

Dependency Updates

  • Update Mapbox Maps SDK to v11.27.0
    • For platform-specific updates see: iOS & Android

v2.27.0-rc.1

New Features ✨

  • [iOS] Support GesturesSettings.scrollDecelerationEnabled on iOS, by @​O-Hannonen (#1127).
  • [Android] Migrate to built-in Kotlin.
  • Add MapboxMap.httpService.setCustomHeadersForHost to attach custom HTTP headers to a single host only, and MapboxMap.httpService.clearCustomHeaders to remove all configured headers. Host-scoped headers are useful when you need to send credentials or custom headers only to specific endpoints.
  • Deprecate MapboxMap.setCustomHeaders: headers set this way are attached to every host the map fetches from — including third-party hosts referenced by styles, sources, sprites, glyphs and tiles.

Dependency Updates

  • Update Mapbox Maps SDK to v11.27.0-rc.1
    • For platform-specific updates see: iOS & Android

v2.26.0

New Features ✨

  • [Android] Use flutter.compileSdkVersion to align Android compileSdk with Flutter SDK

Bug fixes 🐞

  • [iOS] Fix iOS compass ignoring CompassSettings.fadeWhenFacingNorth (and visibility in general) unless enabled was also set. enabled and fadeWhenFacingNorth are now applied independently, matching Android behavior

Dependency Updates

  • Update Mapbox Maps SDK to v11.26.0
    • For platform-specific updates see: iOS & Android

v2.26.0-rc.1

New Features ✨

  • [Android] Use flutter.compileSdkVersion to align Android compileSdk with Flutter SDK

Bug fixes 🐞

  • [iOS] Fix iOS compass ignoring CompassSettings.fadeWhenFacingNorth (and visibility in general) unless enabled was also set. enabled and fadeWhenFacingNorth are now applied independently, matching the Android behaviour

... (truncated)

Changelog

Sourced from mapbox_maps_flutter's changelog.

2.27.0

  • [iOS] Support GesturesSettings.scrollDecelerationEnabled on iOS (#1127).
  • [Android] Migrate to built-in Kotlin.
  • Add MapboxMap.httpService.setCustomHeadersForHost to attach custom HTTP headers to a single host only, and MapboxMap.httpService.clearCustomHeaders to remove all configured headers. Host-scoped headers are matched against the request's exact URL host (case-insensitive, no subdomain or substring matching).
  • Deprecate MapboxMap.setCustomHeaders: headers set this way are attached to every host the map fetches from — including third-party hosts referenced by styles, sources, sprites, glyphs and tiles — which can leak credentials. Use setCustomHeadersForHost instead.

2.26.0

  • [iOS] Fix iOS compass ignoring CompassSettings.fadeWhenFacingNorth (and visibility in general) unless enabled was also set. enabled and fadeWhenFacingNorth are now applied independently, matching the Android behaviour (#602).
  • [Android] Use flutter.compileSdkVersion to align Android compileSdk with Flutter SDK

2.25.0

  • 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

  • Add TileStore.setOptionForKey to allow setting custom tile store options by arbitrary string key, in addition to the existing predefined options (diskQuota, mapboxApiUrl, tileUrlTemplate).

2.23.0

  • Deprecate MapWidget.cameraOptions in favor of the viewport API.
  • Deprecate MapWidget.onTapListener and MapWidget.onLongTapListener in favor of the MapboxMap.addInteraction API.

2.22.0

  • Update Maps SDK to v11.22.0

2.21.2

2.20.1

  • Update Maps SDK to v11.21.1

2.21.0

  • Update Maps SDK to v11.21.0

2.20.0

  • Add experimental shadowDrawBeforeLayer property to directional light to allow specifying the position in the layer stack for drawing shadows on the ground.
  • Introduce new LineLayer.lineElevationGroundScale property to scale elevated lines with terrain exaggeration.
  • Promote elevated lines properties to stable: LineLayer.lineZOffset and LineLayer.lineElevationReference.
  • Add experimental ModelLayer.modelAllowDensityReduction property to disable density reduction in model layers.
  • Add FollowPuckViewportState.padding to control camera padding when following the user's location puck, allowing the puck to be offset from the viewport center (e.g. for navigation UIs where the puck should appear near the bottom of the screen).
  • Update Maps SDK to v11.20.0

2.19.1

... (truncated)

Commits
  • 42c37f1 Bump version to v0.27.0 and update changelogs (#16512)
  • bc2cd1c [skip ci][no ci] Bump snapshot versions SNAPSHOT-07-23--08-44.git-ca29ab0
  • c9af27e Update changelogs for v0.27.0-rc.1 release
  • 30d4e24 [skip ci] Bump release version to v0.27.0-rc.1
  • ab9fd85 Bump local version to v0.28.0 for next development cycle
  • 31d499b [skip ci][no ci] Bump snapshot versions SNAPSHOT-07-13--08-34.git-dae8a54
  • c807c90 [maps-flutter] Update CHANGELOG.md (#15992)
  • b4b9638 [skip ci][no ci] Bump snapshot versions SNAPSHOT-07-11--02-03.git-f207f96
  • f939c24 [skip ci][no ci] Bump snapshot versions SNAPSHOT-07-09--20-09.git-e8cd0fb
  • 888ca39 [platform] remove extra newline at the end of generated package_info.dart (#1...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mapbox_maps_flutter](https://github.com/mapbox/mapbox-maps-flutter) from 2.12.0 to 2.27.0.
- [Release notes](https://github.com/mapbox/mapbox-maps-flutter/releases)
- [Changelog](https://github.com/mapbox/mapbox-maps-flutter/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-maps-flutter@v2.12.0...v2.27.0)

---
updated-dependencies:
- dependency-name: mapbox_maps_flutter
  dependency-version: 2.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants