Skip to content

chore(deps): bump the flutter-dependencies group across 1 directory with 12 updates#707

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/flutter-dependencies-9201a89e94
Closed

chore(deps): bump the flutter-dependencies group across 1 directory with 12 updates#707
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/flutter-dependencies-9201a89e94

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the flutter-dependencies group with 11 updates in the / directory:

Package From To
connectivity_plus 7.1.1 7.2.0
flutter_native_splash 2.4.7 2.4.8
flutter_riverpod 3.3.1 3.3.2
flutter_secure_storage 10.2.0 10.3.1
go_router 17.2.3 17.3.0
image_picker 1.2.2 1.2.3
path_provider 2.1.5 2.1.6
permission_handler 12.0.1 12.0.3
video_player_platform_interface 6.7.0 6.8.0
widgetbook 3.23.0 3.25.0
widgetbook_generator 3.23.0 3.24.0

Updates connectivity_plus from 7.1.1 to 7.2.0

Commits
  • 65ecfd0 chore(release): prepare for release (#3912)
  • 9c064c2 feat(connectivity_plus): Updated Swift Package Manager setup for Flutter 3.44...
  • 3516782 chore(connectivity_plus): replace deprecated config in gradle 8 (#3867)
  • ee23d0a test(connectivity_plus): update android version boundary to accommodate API 2...
  • See full diff in compare view

Updates flutter_native_splash from 2.4.7 to 2.4.8

Release notes

Sourced from flutter_native_splash's releases.

v2.4.8

[2.4.8] - (2026-May-29)

Changelog

Sourced from flutter_native_splash's changelog.

[2.4.8] - (2026-May-29)

Commits
  • 3de495d Introduce android_min_sdk parameter. Thanks Nico for PR #820. Remove unnecess...
  • fd38fae Introduce min Android SDK parameter (#820)
  • fb3dc86 Remove unnecessary native code (#828)
  • 3e1619e Update dependencies (#829)
  • e1b94e3 chore: minor housekeeping - format, ci update, more tests (#824)
  • 5f338b0 fix: remove command always showing help instead of executing (#823)
  • See full diff in compare view

Updates flutter_riverpod from 3.3.1 to 3.3.2

Commits

Updates flutter_secure_storage from 10.2.0 to 10.3.1

Release notes

Sourced from flutter_secure_storage's releases.

v10.3.1

Android

  • Fixed AEADBadTagException when biometric authentication is cancelled on first launch: a stale IV is now cleared and the cipher re-initialised in encrypt mode so the next authentication attempt succeeds.
  • Fixed NullPointerException when retrying an operation after a cancelled biometric prompt: preferences is now only assigned once cipher initialisation completes successfully, allowing a clean retry.

v10.3.0

Android

  • Added AndroidBiometricType enum and biometricType option to AndroidOptions to control which authentication methods are accepted during biometric prompts (requires KeyCipherAlgorithm.AES_GCM_NoPadding).
    • AndroidBiometricType.biometricOrDeviceCredential (default) accepts Class 3 biometrics or device credentials (PIN/pattern/password), preserving previous behaviour.
    • AndroidBiometricType.strongBiometricOnly restricts authentication to Class 3 (strong) biometrics only; device credentials are explicitly rejected.
  • Fully enforced on Android 11+ (API 30+) via setAllowedAuthenticators on BiometricPrompt and setUserAuthenticationParameters on the KeyStore key. On earlier API levels the system may still permit device credentials.
  • Added biometricPromptNegativeButton option to AndroidOptions to customise the dismiss button label on the biometric prompt. Required when using strongBiometricOnly or on Android 10 and lower.

iOS / macOS

  • Fixed secStoreAvailabilitySink not being called when protected data availability changes.
  • Fixed kSecUseDataProtectionKeychain being added to Keychain queries unconditionally; it is now only set when useDataProtectionKeychain is explicitly enabled.

Windows

  • Fixed deleteAll and containsKey not acquiring the mutex lock, which could cause data races under concurrent access. If you are on Dart >=3.10.0, this fix is applied automatically. Otherwise, pin flutter_secure_storage_windows: ^4.2.2 in your pubspec.yaml to opt in and make sure your constraint is set for minimum of Dart >=3.10.0.

Linux

  • Fixed deleteKeyring storing the string "null" instead of an empty JSON object {}.
  • Fixed non-UTF-8 error messages from libsecret causing a FormatException on the Dart side; messages are now sanitised before being sent through the method channel.
  • Fixed locked or unavailable keyring now surfacing as a catchable PlatformException with code KeyringLocked.
  • Fixed JSON parse errors and other C++ exceptions now surfacing as a PlatformException with code StorageError instead of sending malformed bytes through the channel.
Commits
  • 3fc4c53 fix: revert updated darwin package for backwards compatibility
  • 6b9e8f4 fix: added changelog entries
  • 0b9ed95 Merge pull request #1148 from CORDEA/fix/defer-preferences-until-cipher-initi...
  • c557a53 Merge pull request #1147 from CORDEA/fix/reset-stale-cipher-iv-on-biometric-f...
  • be0674a Use a single SharedPreferences.Editor when resetting stale IV
  • 5817b55 Reset stale cipher IV when biometric auth fails before completion
  • 635013b Defer setting preferences until storageCipher is initialized
  • 35da5ae fix: badge
  • a86a1ef release of v10.3.0
  • 9d09d99 release of v0.3.2
  • Additional commits viewable in compare view

Updates go_router from 17.2.3 to 17.3.0

Commits
  • 40733eb [go_router] Batch release (#11813)
  • 6246800 [vector_graphics_compiler] Support xml 7 (#11804)
  • 0bceb64 Migrated video_player_android to Built-in Kotlin (#11798)
  • e930ced [vector_graphics_compiler]: Fix Stack Overflow and CPU/Memory DoS on SVGs wit...
  • 10cbdc5 [in_app_purchase_android] Update Play Billing library to 8.0.0 (#10816)
  • b74a269 [google_maps_flutter] Federate READMEs (#11790)
  • c19a48d [google_maps_flutter] Remove duplicated privacy manifest entries (#11791)
  • db270b4 [go_router] Allow users to specify onExit as optional (#11150)
  • 6da2737 [google_maps_flutter] Add Android and iOS attribution ID (#11731)
  • 874b823 [dependabot]: Bump org.json:json from 20251224 to 20260522 in /packages/in_ap...
  • Additional commits viewable in compare view

Updates hooks_riverpod from 3.3.1 to 3.3.2

Commits

Updates image_picker from 1.2.2 to 1.2.3

Commits
  • 2900bc9 [image_picker] Handle limit: 1 in pickMultiImage and pickMultipleMedia gracef...
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • c869a5d Sync analysis_options.yaml with flutter/flutter (#11823)
  • 24a3833 Updated analysis_options line width from flutter/flutter (#11692)
  • a89dc58 [dependabot]: Bump the androidx group across 10 directories with 1 update (#1...
  • 6441245 [AGP 9] Migrate plugins to support AGP 9 (#11802)
  • 1dfbada [ci] Update repo for 3.44 stable release (#11741)
  • 0ffbde8 Roll Flutter from 707dbc0420a3 to 23f6f5853f50 (149 revisions) (#11700)
  • 5f14a80 [image_picker] Switch to Kotlin Pigeon (#11504)
  • See full diff in compare view

Updates path_provider from 2.1.5 to 2.1.6

Commits
  • aa964a3 [path_provider] Document null vs UnsupportedError return semantics (#11793)
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • 2e006b2 [path_provider] Create temp dir in tests if needed (#11841)
  • 24a3833 Updated analysis_options line width from flutter/flutter (#11692)
  • 1dfbada [ci] Update repo for 3.44 stable release (#11741)
  • 0ffbde8 Roll Flutter from 707dbc0420a3 to 23f6f5853f50 (149 revisions) (#11700)
  • f52df41 [path_provider] Remove dependency on engine PathUtils (#11467)
  • e37fa8f [various] Convert remaining Groovy files to Kotlin (#11443)
  • 0e0a032 [various] Ignore generated plugin files (#11455)
  • c7d680f [path_provider_android] Changes internal implementation to use JNI (#9770)
  • Additional commits viewable in compare view

Updates permission_handler from 12.0.1 to 12.0.3

Commits
  • e0b76c2 Add support for the Permission.assistant in all platforms. (#1267)
  • 0bf4d6f Adds support to request SiriKit permissions to platform interface. (#1266)
  • bb8e40a Release plugin binding when activity is detached. (#1264)
  • 978dbeb chore: correct android READ_MEDIA_VIDEO permission name (#1241)
  • 8a4891e Update version to reflect patch update
  • 9907d20 Html non secure permissions (#1240)
  • e3c92e3 Support Calendar Access Levels (iOS17+) (#1151)
  • 5b4a5c4 Updates permission_handler_platform_interface dependency (#1233)
  • 0685117 Update Flutter version constraint
  • 540b916 Fix import (#1230)
  • Additional commits viewable in compare view

Updates video_player_platform_interface from 6.7.0 to 6.8.0

Commits
  • b290ae0 [video_player_platform_interface] Add preventsDisplaySleepDuringVideoPlayback...
  • 06ed8de [video_player_avfoundation] Add video track selection support (#11476)
  • 7ff3e1f [video_player_android] Fix rendering freeze after full-screen transit… (#11416)
  • 4fd05e6 [video_player_web] Remove stale package:web tweaks (#11820)
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • 24a3833 Updated analysis_options line width from flutter/flutter (#11692)
  • 0bceb64 Migrated video_player_android to Built-in Kotlin (#11798)
  • 1dfbada [ci] Update repo for 3.44 stable release (#11741)
  • 7354d0a [video_player] Fix washed-out HDR video playback on iOS (#11569)
  • 0ffbde8 Roll Flutter from 707dbc0420a3 to 23f6f5853f50 (149 revisions) (#11700)
  • Additional commits viewable in compare view

Updates widgetbook from 3.23.0 to 3.25.0

Commits

Updates widgetbook_generator from 3.23.0 to 3.24.0

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

Open in Stage

…ith 12 updates

Bumps the flutter-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [connectivity_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus) | `7.1.1` | `7.2.0` |
| [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.7` | `2.4.8` |
| [flutter_riverpod](https://github.com/rrousselGit/riverpod) | `3.3.1` | `3.3.2` |
| [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) | `10.2.0` | `10.3.1` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `17.2.3` | `17.3.0` |
| [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) | `1.2.2` | `1.2.3` |
| [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) | `2.1.5` | `2.1.6` |
| [permission_handler](https://github.com/baseflow/flutter-permission-handler) | `12.0.1` | `12.0.3` |
| [video_player_platform_interface](https://github.com/flutter/packages/tree/main/packages/video_player) | `6.7.0` | `6.8.0` |
| [widgetbook](https://github.com/widgetbook/widgetbook/tree/main/packages) | `3.23.0` | `3.25.0` |
| [widgetbook_generator](https://github.com/widgetbook/widgetbook/tree/main/packages) | `3.23.0` | `3.24.0` |



Updates `connectivity_plus` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/connectivity_plus-v7.2.0/packages/connectivity_plus)

Updates `flutter_native_splash` from 2.4.7 to 2.4.8
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md)
- [Commits](jonbhanson/flutter_native_splash@v2.4.7...v2.4.8)

Updates `flutter_riverpod` from 3.3.1 to 3.3.2
- [Commits](rrousselGit/riverpod@flutter_riverpod-v3.3.1...flutter_riverpod-v3.3.2)

Updates `flutter_secure_storage` from 10.2.0 to 10.3.1
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v10.2.0...v10.3.1)

Updates `go_router` from 17.2.3 to 17.3.0
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.3.0/packages)

Updates `hooks_riverpod` from 3.3.1 to 3.3.2
- [Commits](rrousselGit/riverpod@hooks_riverpod-v3.3.1...hooks_riverpod-v3.3.2)

Updates `image_picker` from 1.2.2 to 1.2.3
- [Commits](https://github.com/flutter/packages/commits/image_picker-v1.2.3/packages/image_picker)

Updates `path_provider` from 2.1.5 to 2.1.6
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.1.6/packages/path_provider)

Updates `permission_handler` from 12.0.1 to 12.0.3
- [Commits](Baseflow/flutter-permission-handler@permission_handler_v12.0.1...permission_handler_android_v12.0.3)

Updates `video_player_platform_interface` from 6.7.0 to 6.8.0
- [Commits](https://github.com/flutter/packages/commits/video_player_platform_interface-v6.8.0/packages/video_player)

Updates `widgetbook` from 3.23.0 to 3.25.0
- [Release notes](https://github.com/widgetbook/widgetbook/releases)
- [Commits](https://github.com/widgetbook/widgetbook/commits/widgetbook-v3.25.0/packages)

Updates `widgetbook_generator` from 3.23.0 to 3.24.0
- [Release notes](https://github.com/widgetbook/widgetbook/releases)
- [Commits](https://github.com/widgetbook/widgetbook/commits/widgetbook_generator-v3.24.0/packages)

---
updated-dependencies:
- dependency-name: connectivity_plus
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: flutter_native_splash
  dependency-version: 2.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: flutter_riverpod
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: flutter_secure_storage
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: go_router
  dependency-version: 17.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: hooks_riverpod
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: image_picker
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: path_provider
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: permission_handler
  dependency-version: 12.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: video_player_platform_interface
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: widgetbook
  dependency-version: 3.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: widgetbook_generator
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@stage-review

stage-review Bot commented Jul 6, 2026

Copy link
Copy Markdown

Ready to review this PR? Stage has broken it down into 3 individual chapters for you:

Title
1 Update core Flutter dependencies
2 Update development and platform interface dependencies
3 Other changes
Open in Stage

Chapters generated by Stage for commit a0cff8f on Jul 6, 2026 9:16am UTC.

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot
dependabot Bot deleted the dependabot/pub/flutter-dependencies-9201a89e94 branch July 13, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants