Skip to content

Bump the flutter-minor-patch group across 1 directory with 13 updates - #13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter-minor-patch-2471c11171
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter-minor-patch-2471c11171

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown

Bumps the flutter-minor-patch group with 10 updates in the / directory:

Package From To
audioplayers 6.6.0 6.8.1
cupertino_icons 1.0.8 1.0.9
dio 5.9.0 5.11.1
firebase_core 4.6.0 4.14.0
geolocator 14.0.2 14.0.3
get_it 9.2.0 9.2.1
google_maps_flutter 2.15.0 2.18.0
sentry_flutter 9.21.0 9.30.0
timezone 0.11.0 0.11.1
tutorial_coach_mark 1.3.3 1.3.4

Updates audioplayers from 6.6.0 to 6.8.1

Changelog

Sourced from audioplayers's changelog.

audioplayers - v6.8.1

audioplayers_windows - v4.4.1

2026-06-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


audioplayers - v6.8.0

  • FIX(windows): Update to C++23 & Windows Implementation Lib (#2004). (faa84312)
  • FEAT(android): Compatibility with Built-In Kotlin (#1991). (687218b9)

audioplayers_android - v5.3.0

  • FEAT(android): Compatibility with Built-In Kotlin (#1991). (687218b9)

audioplayers_android_exo - v0.1.4

  • FEAT(android): Compatibility with Built-In Kotlin (#1991). (687218b9)

audioplayers_darwin - v6.5.0

... (truncated)

Commits
  • 494fdb6 chore(release): Publish packages (#2012)
  • d8a4f39 fix: Avoid throwing a StateError in AudioPlayer._completePrepared (#2010)
  • ae5f4b9 fix(windows): Compatibility with Visual Studio 18 (2026) (#2011)
  • 6c522b4 chore(release): Publish packages (#2009)
  • 6e61293 example: Remove wrongly added path provider plugin registration (#2007)
  • faa8431 fix(windows): Update to C++23 & Windows Implementation Lib (#2004)
  • 8575786 example: Recreate ios and macos platform folders (#1997)
  • 25c43cf test: Replace environment variables with internal test flags (#1996)
  • 687218b feat(android): Compatibility with Built-In Kotlin (#1991)
  • 2b37f27 chore(release): Publish packages (#1994)
  • Additional commits viewable in compare view

Updates cupertino_icons from 1.0.8 to 1.0.9

Commits

Updates dio from 5.9.0 to 5.11.1

Release notes

Sourced from dio's releases.

dio 5.11.1

What's new

  • Fix response stream not propagating backpressure to the underlying socket. When a consumer paused the stream, the source subscription was never paused, so the network kept buffering response data into memory, risking OOM on constrained platforms.
  • Make the badCertificateCallback pinning test deterministic by pinning a fingerprint that cannot match the served certificate, instead of relying on badssl.com hosts serving different certificates.
  • Fix NoSuchMethodError when using a class that implements Interceptor instead of extends Interceptor. The interceptor pipeline was calling private dispatch methods that only exist on Interceptor subclasses, breaking any class using interface implementation.

dio 5.11.0

What's new

  • Add query and queryUri convenience methods for the HTTP QUERY method defined in RFC 10008, which allows a request body for safe, idempotent queries.
  • Fix FusedTransformer (the default transformer) throwing a FormatException on an empty response body when a custom responseDecoder is set. It now returns an empty result, consistent with SyncTransformer and BackgroundTransformer.
  • Fix concurrent requests hanging or reporting uncaught errors when an interceptor shares a failing Future, such as in request deduplication.

dio 5.10.0

What's new

  • Fix FormData.readAsBytes excessive memory usage with large payloads by replacing the O(n²) reduce+spread approach with a pre-allocated Uint8List.
  • Fix request hanging indefinitely when async interceptor callbacks throw without calling the handler.
  • Fix HttpException: Connection closed before full header was received being reported as DioExceptionType.unknown.
  • Add transformTimeout to bound long-running response transformations, including background JSON decoding. On web, timeout handling is best-effort because synchronous JavaScript work cannot be preempted.
  • Fix FormData.clone() dropping boundaryName and camelCaseContentDisposition, so a retried multipart request now keeps the original options instead of silently falling back to the defaults.
  • Fix QueuedInterceptor stalling its queue forever when the active request is cancelled while its callback is still pending (never calls next/resolve/reject), which blocked every subsequent request routed through the interceptor.
  • Fix ErrorInterceptorHandler.reject(..., true) not continuing to following error interceptors in queued interceptors.

dio 5.9.2

What's new

  • Fixes kIsWeb across different Flutter SDKs.
  • Provides httpVersion in Response.extra when using IOHttpClientAdapter.

dio 5.9.1

What's new

  • Add requestUrl and responseUrl parameters to LogInterceptor for more precise control over URL logging.
Commits
  • 4684e29 🔖 dio v5.11.1
  • 96b10c7 🔖 web_adapter v2.2.2
  • 6d18c7c 🔖 http2_adapter v2.9.0
  • debe58c ✨ Deprecate misspelled handshakeTimout in favor of handshakeTimeout (#2595)
  • 6c1033e 🐛 Expose supportedProtocols on ConnectionManager to fix fallback for RFC-stri...
  • 6d39187 💚 Fail web test runs on the first failing compiler round (#2594)
  • a3238c3 fix(dio): support classes that implement Interceptor (#2591)
  • fd1cca0 fix(web): classify XHR timeout by connection phase (#2593)
  • 83fd107 💚 Adopt CI to Flutter 3.47 (#2592)
  • a553f46 Update README for clarity and remove star history (#2589)
  • Additional commits viewable in compare view

Updates firebase_core from 4.6.0 to 4.14.0

Commits
  • b757b4a chore(release): publish packages
  • 9bc9d9c feat(core): bump Firebase Android SDK to 34.18.0 (#18597)
  • 07febc3 feat: bump Firebase iOS SDK to 12.18.0 (#18596)
  • f29565b feat(core): bump Firebase JS SDK to 12.18.0 (#18598)
  • 9a35775 feat(core): bump Firebase C++ SDK to 13.11.0 (#18599)
  • 4c3865e fix(ci): bump Kotlin Gradle plugin to 2.3.0 (#18600)
  • a54439f fix(core, crashlytics): drop flutter_test from published dependencies (#18575)
  • 7a0f585 refactor(core,android): migrate native implementation to Kotlin (#18570)
  • 3b9a655 refactor(core,apple): migrate iOS/macOS plugin implementation to Swift (#18569)
  • 87ace84 fix(ci): align Android toolchain and analyzer with Flutter 3.47 (#18566)
  • Additional commits viewable in compare view

Updates firebase_messaging from 16.1.3 to 16.6.0

Commits
  • b757b4a chore(release): publish packages
  • 07febc3 feat: bump Firebase iOS SDK to 12.18.0 (#18596)
  • 4c3865e fix(ci): bump Kotlin Gradle plugin to 2.3.0 (#18600)
  • 69d16e4 feat(messaging,ios): migrate example iOS runner from ObjC to Swift (#18578)
  • 1c89b68 feat(messaging,android): improve how messaging is determining permission on A...
  • 87ace84 fix(ci): align Android toolchain and analyzer with Flutter 3.47 (#18566)
  • ef1cac4 fix(messaging,android): fixing an issue with analytics being triggered twice ...
  • cfbe35f test: complete per-package e2e migration — all 13 products, secrets-injected ...
  • 1e6da07 chore: add FlutterFramework dependency to plugins' Package.swift files (#18293)
  • 584acc9 fix(messaging,macos): unwrap UNNotificationResponse launch payload (#18527)
  • Additional commits viewable in compare view

Updates geolocator from 14.0.2 to 14.0.3

Commits
  • 6eb56a6 Maintenance, updates dependencies
  • 1c2a5a1 Maintenance, updates dependencies
  • ccdb2c5 Maintenance, updates dependencies
  • fe1bee2 Maintenance, updates dependencies
  • 68d8042 Maintenance, updates dependencies
  • a49f789 Maintenance, updates dependencies
  • 627caff Maintenance, updates dependencies
  • da8c4f5 Maintenance, updates dependencies
  • 7332ccb Maintenance, updates dependencies
  • 9f4725e docs: clarify that Position.heading carries course over ground (#1187) (#1783)
  • Additional commits viewable in compare view

Updates get_it from 9.2.0 to 9.2.1

Changelog

Sourced from get_it's changelog.

[9.2.1] - 2026-02-19

  • Added AI skill files in skills/ directory for AI coding assistants
  • Added AI-Assisted Development section to README
Commits

Updates google_maps_flutter from 2.15.0 to 2.18.0

Commits
  • d9eee4c [google_maps_flutter] Add support for mapType, fullscreen, and Street View co...
  • 95c8e44 [google_maps_flutter_web]: Adds support for mapTypeControlEnabled, fullscreen...
  • 97438f1 [various] Convert example boilerplate from Java to Kotlin (#12201)
  • d10cc6d [dependabot]: Bump com.google.maps.android:android-maps-utils from 4.0.0 to 5...
  • 161b24d [google_maps_flutter] Migrate iOS unit tests to Swift (#12232)
  • 6745e0e [google_maps_flutter] Fix XCUITest on stable (#12214)
  • 728fbd8 [google_maps_flutter] Convert XCUITests to Swift (#12208)
  • ad9840e Update All Flutter Android Example Apps to 3.47 Template Versions (#12195)
  • c8937ef [google_maps_flutter_platform_interface] Adds support for mapTypeControlEnabl...
  • e609a58 [google_maps_flutter] Fix iOS &/&& logic (#11994)
  • Additional commits viewable in compare view

Updates google_maps_flutter_web from 0.6.2 to 0.6.3+1

Commits
  • 95c8e44 [google_maps_flutter_web]: Adds support for mapTypeControlEnabled, fullscreen...
  • 97438f1 [various] Convert example boilerplate from Java to Kotlin (#12201)
  • d10cc6d [dependabot]: Bump com.google.maps.android:android-maps-utils from 4.0.0 to 5...
  • 161b24d [google_maps_flutter] Migrate iOS unit tests to Swift (#12232)
  • 6745e0e [google_maps_flutter] Fix XCUITest on stable (#12214)
  • 728fbd8 [google_maps_flutter] Convert XCUITests to Swift (#12208)
  • ad9840e Update All Flutter Android Example Apps to 3.47 Template Versions (#12195)
  • c8937ef [google_maps_flutter_platform_interface] Adds support for mapTypeControlEnabl...
  • e609a58 [google_maps_flutter] Fix iOS &/&& logic (#11994)
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates sentry_flutter from 9.21.0 to 9.30.0

Release notes

Sourced from sentry_flutter's releases.

9.30.0

Fixes

Flutter

  • Fix an Android native/GPU memory leak caused by the background JNI worker outliving its Flutter engine, while preserving native reporting across cached-engine view detachment and reattachment. by @​lucas-zimerman in #3987
  • Await in-flight replay capture on scheduler stop by @​lucas-zimerman in #3935

Dependencies

Deps

Internal Changes

9.29.0

Dependencies

Deps

9.28.0

Features

  • (dart) Add sentry.trace_lifecycle span attribute by @​buenaflor in #3985
  • Copy app.vitals.start.screen onto standalone app.start children so app start spans can be drilled down by launch screen. by @​buenaflor in #3988
  • enableLogs and enableMetrics now only control automatic collection. Logs and metrics sent through Sentry.logger and Sentry.metrics are always captured, regardless of these options. by @​buenaflor in #3982

Fixes

Dart

  • Record client report outcome for dropped spans by @​lucas-zimerman in #3971
  • Read Windows total physical memory via the native GlobalMemoryStatusEx API instead of spawning the deprecated wmic.exe (or PowerShell) process. by @​cf-rhett in #3894

Flutter

Dependencies

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.30.0

Fixes

Flutter

  • Fix an Android native/GPU memory leak caused by the background JNI worker outliving its Flutter engine, while preserving native reporting across cached-engine view detachment and reattachment. by @​lucas-zimerman in #3987
  • Await in-flight replay capture on scheduler stop by @​lucas-zimerman in #3935

Dependencies

Deps

Internal Changes

9.29.0

Dependencies

Deps

9.28.0

Features

  • (dart) Add sentry.trace_lifecycle span attribute by @​buenaflor in #3985
  • Copy app.vitals.start.screen onto standalone app.start children so app start spans can be drilled down by launch screen. by @​buenaflor in #3988
  • enableLogs and enableMetrics now only control automatic collection. Logs and metrics sent through Sentry.logger and Sentry.metrics are always captured, regardless of these options. by @​buenaflor in #3982

Fixes

Dart

  • Record client report outcome for dropped spans by @​lucas-zimerman in #3971
  • Read Windows total physical memory via the native GlobalMemoryStatusEx API instead of spawning the deprecated wmic.exe (or PowerShell) process. by @​cf-rhett in #3894

Flutter

... (truncated)

Commits
  • e3a8e47 release: 9.30.0
  • 75d2fb9 fix(flutter): Close workers on isolate exit (#3987)
  • 6ce64d8 chore(deps): Update Android SDK to v8.56.0 (#4015)
  • 6f4f051 fix(flutter): Await in-flight replay capture on scheduler stop (#3935)
  • f0bcefc ci: bump fastlane in /packages/flutter/example/ios (#4012)
  • 1547d85 chore: update packages/flutter/scripts/update-native.sh to 0.16.6 (#4013)
  • d18c337 ci: bump fastlane from 2.238.0 to 2.239.0 in /metrics (#4011)
  • 3060063 fix(symbols): Collect Apple framework symbols (#4003)
  • f993be5 Merge branch 'release/9.29.0'
  • b48dbf4 release: 9.29.0
  • Additional commits viewable in compare view

Updates timezone from 0.11.0 to 0.11.1

Release notes

Sourced from timezone's releases.

package:timezone v0.11.1

  • Specify Etc/UTC as the default timezone (replaces UTC)
Commits

Updates tutorial_coach_mark from 1.3.3 to 1.3.4

Release notes

Sourced from tutorial_coach_mark's releases.

Version 3.12.3

  • Disable tap while animate. Fix issue #205
Changelog

Sourced from tutorial_coach_mark's changelog.

1.3.4

  • Fix: next()/finish() no longer waits for the pulse animation to end before playing the unfocus animation. #235
  • Fix: rapid taps on the overlay or target no longer skip multiple steps. #175 #183
  • Fix: the tutorial no longer aborts when a target cannot be found (conditional widgets, targets removed after a tap, scrolled off-screen). It now skips to the next available target and only finishes when none remain. #218 #223 #199
  • Fix: onClickTarget callbacks are deferred one microtask so Navigator operations (push, pop, pushReplacement) no longer run while the navigator is locked. #219
  • Hardening: getTargetCurrent reports a missing target context as NotFoundTargetException (handled) instead of crashing with a null-check error.
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the flutter-minor-patch group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) | `6.6.0` | `6.8.1` |
| [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages) | `1.0.8` | `1.0.9` |
| [dio](https://github.com/cfug/dio) | `5.9.0` | `5.11.1` |
| [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) | `4.6.0` | `4.14.0` |
| [geolocator](https://github.com/baseflow/flutter-geolocator) | `14.0.2` | `14.0.3` |
| [get_it](https://github.com/flutter-it/get_it) | `9.2.0` | `9.2.1` |
| [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter) | `2.15.0` | `2.18.0` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.21.0` | `9.30.0` |
| [timezone](https://github.com/dart-lang/labs/tree/main/pkgs) | `0.11.0` | `0.11.1` |
| [tutorial_coach_mark](https://github.com/RafaelBarbosatec/tutorial_coach_mark) | `1.3.3` | `1.3.4` |



Updates `audioplayers` from 6.6.0 to 6.8.1
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers-v6.8.1/packages)

Updates `cupertino_icons` from 1.0.8 to 1.0.9
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.9/third_party/packages)

Updates `dio` from 5.9.0 to 5.11.1
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@dio_v5.9.0...dio_v5.11.1)

Updates `firebase_core` from 4.6.0 to 4.14.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.14.0/packages/firebase_core)

Updates `firebase_messaging` from 16.1.3 to 16.6.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v16.6.0/packages/firebase_messaging)

Updates `geolocator` from 14.0.2 to 14.0.3
- [Commits](Baseflow/flutter-geolocator@geolocator_v14.0.2...geolocator_14.0.3)

Updates `get_it` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/flutter-it/get_it/releases)
- [Changelog](https://github.com/flutter-it/get_it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flutter-it/get_it/commits)

Updates `google_maps_flutter` from 2.15.0 to 2.18.0
- [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.18.0/packages/google_maps_flutter)

Updates `google_maps_flutter_web` from 0.6.2 to 0.6.3+1
- [Commits](https://github.com/flutter/packages/commits/google_maps_flutter_web-v0.6.3/packages/google_maps_flutter)

Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `sentry_flutter` from 9.21.0 to 9.30.0
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.21.0...9.30.0)

Updates `timezone` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/dart-lang/labs/releases)
- [Commits](https://github.com/dart-lang/labs/commits/timezone-v0.11.1/pkgs)

Updates `tutorial_coach_mark` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/RafaelBarbosatec/tutorial_coach_mark/releases)
- [Changelog](https://github.com/RafaelBarbosatec/tutorial_coach_mark/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RafaelBarbosatec/tutorial_coach_mark/commits)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-version: 6.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: cupertino_icons
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: dio
  dependency-version: 5.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: firebase_core
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: firebase_messaging
  dependency-version: 16.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: geolocator
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: get_it
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: google_maps_flutter
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: google_maps_flutter_web
  dependency-version: 0.6.3+1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: sentry_flutter
  dependency-version: 9.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: timezone
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: tutorial_coach_mark
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
...

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 Sep 14, 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