Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 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.26.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 sentry_flutter from 9.21.0 to 9.26.0

Release notes

Sourced from sentry_flutter's releases.

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.
  await SentryFlutter.finishExtendedAppStart();
}

},
);

  • To nest your own spans under the extension, take the span itself — SentryFlutter.getExtendedAppStartSpan() on the static lifecycle, SentryFlutter.getExtendedAppStartSpanV2() on the streaming one. Each returns null on the other lifecycle and once the extension has ended. Finishing the span completes the extension, so there is no need to also call finishExtendedAppStart().
// Static lifecycle.
final appStart = SentryFlutter.getExtendedAppStartSpan();
final child = appStart?.startChild('app.init', description: 'Load config');
try {
  await loadConfig();
} finally {
  await child?.finish();
}
// Streaming lifecycle. Only pass a parent when there is one — passing null
// starts a root span instead of a child.
final appStartV2 = SentryFlutter.getExtendedAppStartSpanV2();
</tr></table>

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

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.
  await SentryFlutter.finishExtendedAppStart();
}

},
);

  • To nest your own spans under the extension, take the span itself — SentryFlutter.getExtendedAppStartSpan() on the static lifecycle, SentryFlutter.getExtendedAppStartSpanV2() on the streaming one. Each returns null on the other lifecycle and once the extension has ended. Finishing the span completes the extension, so there is no need to also call finishExtendedAppStart().
// Static lifecycle.
final appStart = SentryFlutter.getExtendedAppStartSpan();
final child = appStart?.startChild('app.init', description: 'Load config');
try {
  await loadConfig();
} finally {
  await child?.finish();
}
// Streaming lifecycle. Only pass a parent when there is one — passing null
// starts a root span instead of a child.
</tr></table>

... (truncated)

Commits
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • c27e6fa ci: bump csv from 3.3.5 to 3.3.6 in /metrics (#3928)
  • d9977ad perf(flutter): Improve Android scope sync and replay capture (#3924)
  • 40f5ec9 chore: update packages/flutter/scripts/update-native.sh to 0.16.0 (#3925)
  • f4a14f7 fix: Read normalized rate limit headers (#3883)
  • 3f5a205 feat(flutter): Extend standalone app start (#3918)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Aug 9, 2026
@dependabot dependabot Bot changed the title Bump the flutter-minor-patch group with 10 updates Bump the flutter-minor-patch group across 1 directory with 10 updates Aug 10, 2026
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.26.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 `sentry_flutter` from 9.21.0 to 9.26.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.26.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: sentry_flutter
  dependency-version: 9.26.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 force-pushed the dependabot/pub/flutter-minor-patch-cc3affe1e1 branch from ec83680 to 353a1f9 Compare August 10, 2026 04:34
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