Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the flutter-minor-patch group with 8 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.13.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.27.0

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

Commits
  • 05ebfb8 chore(release): publish packages
  • 5dfd289 fix(firestore,core,windows): per-engine BinaryMessenger, Firestore/Auth link ...
  • ce1f6e0 fix(app_check): sync SPM pins to 12.17.0 and fix Windows Activate override af...
  • a56649a feat(appcheck): rCE provider api update (#18505)
  • 0845d6b bump Firebase web SDK to 12.17.0 (#18504)
  • 7f5735d bump Firebase android SDK to 34.17.0 (#18503)
  • fb699cd bump Firebase iOS SDK to 12.17.0 (#18489)
  • 80c8019 chore: remove config files from example apps (#18486)
  • d6ef43f fix(remote_config,windows): move CMake dependency from Core to Remote Config ...
  • dacaf04 chore: update Firebase SDK version(SPM) to 12.16.0 across multiple packages (...
  • Additional commits viewable in compare view

Updates firebase_messaging from 16.1.3 to 16.5.0

Commits
  • 05ebfb8 chore(release): publish packages
  • ce1f6e0 fix(app_check): sync SPM pins to 12.17.0 and fix Windows Activate override af...
  • b69bbc0 feat(messaging,ios): support early notification delegate setup for UIScene ap...
  • a45f8d9 fix(messaging,android): fix an issue that could cause ANRs when receiving mul...
  • 80c8019 chore: remove config files from example apps (#18486)
  • dacaf04 chore: update Firebase SDK version(SPM) to 12.16.0 across multiple packages (...
  • 45bcf32 chore(deps): bump protobufjs (#18469)
  • 6f22596 fix(messaging,ios): fix an issue where FirebaseMessaging could init even if F...
  • 23d36e7 chore(deps): bump websocket-driver (#18456)
  • 87d88d2 fix(messaging,macos): fix an issue where getInitialMessage could hang forever...
  • 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.27.0

Release notes

Sourced from sentry_flutter's releases.

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

  • Standalone app start tracing (experimental) by @​buenaflor in #3896 and #3918
    • App start is reported as its own App Start root (app.start) spanning process start to the first frame, instead of being nested under the synthetic initial ui.load. This gives startup its own lifecycle and sampling decision.
    • Opt in via options.enableStandaloneAppStartTracing. Requires tracing, is supported on Android and iOS, and works with both SentryTraceLifecycle.static and SentryTraceLifecycle.stream.
    • Extend the app start past the first frame with SentryFlutter.extendAppStart() and SentryFlutter.finishExtendedAppStart(), so startup work that finishes later — remote config, auth restore, flag hydration — is part of the reported duration.
    • Always finish what you extend. While an extension is open the app start stays open too; if it hits its 30 second deadline first, the extension is dropped and the reported duration falls back to the first frame.
// Opt in during SDK init and extend the app start across your startup work.
await SentryFlutter.init(
  (options) {
    options.dsn = 'https://example@sentry.io/add-your-dsn-here';
    options.tracesSampleRate = 1.0;
    options.enableStandaloneAppStartTracing = true;
  },
  appRunner: () async {
    // Extend before the first frame renders.
    SentryFlutter.extendAppStart();
    runApp(const MyApp());
try {
  await remoteConfig.fetchAndActivate();
  await auth.restoreSession();
} finally {
  // Releases the app start to report, measured up to here.

</tr></table>

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

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

  • Standalone app start tracing (experimental) by @​buenaflor in #3896 and #3918
    • App start is reported as its own App Start root (app.start) spanning process start to the first frame, instead of being nested under the synthetic initial ui.load. This gives startup its own lifecycle and sampling decision.
    • Opt in via options.enableStandaloneAppStartTracing. Requires tracing, is supported on Android and iOS, and works with both SentryTraceLifecycle.static and SentryTraceLifecycle.stream.
    • Extend the app start past the first frame with SentryFlutter.extendAppStart() and SentryFlutter.finishExtendedAppStart(), so startup work that finishes later — remote config, auth restore, flag hydration — is part of the reported duration.
    • Always finish what you extend. While an extension is open the app start stays open too; if it hits its 30 second deadline first, the extension is dropped and the reported duration falls back to the first frame.
// Opt in during SDK init and extend the app start across your startup work.
await SentryFlutter.init(
  (options) {
    options.dsn = 'https://example@sentry.io/add-your-dsn-here';
    options.tracesSampleRate = 1.0;
    options.enableStandaloneAppStartTracing = true;
  },
  appRunner: () async {
    // Extend before the first frame renders.
    SentryFlutter.extendAppStart();
    runApp(const MyApp());
try {
  await remoteConfig.fetchAndActivate();
  await auth.restoreSession();

</tr></table>

... (truncated)

Commits
  • 7f8cabd release: 9.27.0
  • df723e6 chore: update packages/flutter/scripts/update-android.sh to 8.53.0 (#3963)
  • db71cea ci: bump getsentry/craft from 2.28.0 to 2.30.1 (#3956)
  • 6c3b587 ci: bump dart-lang/setup-dart from 1.7.2 to 1.8.0 (#3957)
  • c2c58f3 ci: bump getsentry/craft/.github/workflows/changelog-preview.yml (#3958)
  • eb0bff3 chore(deps): update Flutter SDK Metrics to v3.47.0 (#3962)
  • d527ac5 ci: bump json from 2.20.0 to 2.21.2 in /metrics (#3953)
  • de68f66 ci: bump dorny/paths-filter from 4.0.2 to 4.0.3 (#3959)
  • e876232 ci: bump actions/checkout from 7.0.0 to 7.0.1 (#3917)
  • 15ef704 chore: update metrics/flutter.properties to 3.44.9 (#3920)
  • Additional commits viewable in compare view

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 8 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.13.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.27.0` |



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.13.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.13.0/packages/firebase_core)

Updates `firebase_messaging` from 16.1.3 to 16.5.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v16.5.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.27.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.27.0)

---
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.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: firebase_messaging
  dependency-version: 16.5.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.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 17, 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