Skip to content

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

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

Bump the flutter-minor-patch group across 1 directory with 12 updates#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter-minor-patch-2b950fbb1e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown

Bumps the flutter-minor-patch group with 9 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.0
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.28.0
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.0

Release notes

Sourced from dio's releases.

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
  • ef9dbb8 🔖 dio v5.11.0
  • 5aaff55 🔖 native_dio_adapter v1.7.0
  • e60cfe1 🔖 cookie_manager v3.5.0
  • 9d6f43e 🔖 http2_adapter v2.8.0
  • f72e83c 🔖 web_adapter v2.2.1
  • 9d7ac91 Merge commit from fork
  • 26ed7e5 feat(native_dio_adapter): opt-in Cronet provider fallback (#2573)
  • 28b4897 fix(http2_adapter): handle closed streams during uploads (#2571)
  • 3b5cd7d fix(cookie_manager): prevent duplicate cookies on reused request options (#2572)
  • 775572f build(deps): bump the codeql-action group with 3 updates (#2569)
  • 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

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.28.0

Release notes

Sourced from sentry_flutter's releases.

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

9.27.0

Features

  • Add HTTP request/response header and body capture for Session Replay network breadcrumbs, gated by networkDetailAllowUrls/networkDetailDenyUrls. by @​lucas-zimerman in #3875

Fixes

Dependencies

Deps

Internal Changes

  • Replace curl-pipe-bash with action-setup-cli for Sentry CLI setup by @​oioki in #3949
  • Remove secrets: inherit from changelog-preview workflow by @​oioki in #3946

9.26.0

Features

Flutter

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

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

9.27.0

Features

  • Add HTTP request/response header and body capture for Session Replay network breadcrumbs, gated by networkDetailAllowUrls/networkDetailDenyUrls. by @​lucas-zimerman in #3875

Fixes

Dependencies

Deps

Internal Changes

  • Replace curl-pipe-bash with action-setup-cli for Sentry CLI setup by @​oioki in #3949
  • Remove secrets: inherit from changelog-preview workflow by @​oioki in #3946

9.26.0

Features

... (truncated)

Commits
  • 6fbba90 release: 9.28.0
  • 1d4de89 feat: Restore log and metric options, scoped to auto collection (#3982)
  • b736216 chore: update packages/flutter/scripts/update-native.sh to 0.16.4 (#3986)
  • a721944 feat(flutter): Stamp start screen and type on standalone app start children (...
  • de758ed feat(dart): Set sentry.trace_lifecycle on spans (#3985)
  • 1837f6c fix(flutter): Narrow Android R8 keep rule from io.sentry.** to bound classes ...
  • 290067a ci(testflight): Cancel overlapping TestFlight jobs (#3976)
  • 8a8dc49 chore: update metrics/flutter.properties to 3.47.1 (#3977)
  • e99f6b7 ci: bump fastlane in /packages/flutter/example/ios (#3975)
  • 1f40c22 ci: bump fastlane from 2.237.0 to 2.238.0 in /metrics (#3974)
  • Additional commits viewable in compare view

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 9 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.0` |
| [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.28.0` |
| [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.0
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@dio_v5.9.0...dio_v5.11.0)

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
- [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.28.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.28.0)

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.0
  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
  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.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 31, 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