Skip to content

deps: bump the flutter-dart-dependencies group with 8 updates#525

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/develop/flutter-dart-dependencies-80651d513c
Open

deps: bump the flutter-dart-dependencies group with 8 updates#525
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/develop/flutter-dart-dependencies-80651d513c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the flutter-dart-dependencies group with 8 updates:

Package From To
drift 2.34.1 2.34.2
drift_dev 2.34.3 2.34.4
flutter_local_notifications 22.0.1 22.1.0
google_fonts 8.1.0 8.2.0
liquid_glass_widgets 0.21.4 0.22.1
package_info_plus 10.2.0 10.2.1
share_plus 13.2.0 13.2.1
uuid 4.5.3 4.6.0

Updates drift from 2.34.1 to 2.34.2

Release notes

Sourced from drift's releases.

drift-2.34.2

  • Web: Flush IndexedDB writes after statements, making writes more reliable.

sqlite3.wasm files are now attached to drift releases directly, making it easier to download compatible workers and WebAssembly files.

Commits
  • 0936361 Install dependencies in release workflow
  • b728238 Fix version number typo in changelog
  • e3d31d7 Prepare patch release
  • ed00830 don't report a boolean default TRUE/1 as a schema difference (#3738) (#3835)
  • 5a15766 Download latest sqlite3.wasm, attach to releases
  • bbcab2c Flush IndexedDB file systems manually
  • 75c4101 Fix version number typo in changelog
  • 33899c7 Prepare drift_dev and drift_flutter release
  • 87edb8d drift_sqlite: Setup worker compilation
  • bd7ccf0 Fix drift build
  • Additional commits viewable in compare view

Updates drift_dev from 2.34.3 to 2.34.4

Commits
  • b728238 Fix version number typo in changelog
  • e3d31d7 Prepare patch release
  • ed00830 don't report a boolean default TRUE/1 as a schema difference (#3738) (#3835)
  • 5a15766 Download latest sqlite3.wasm, attach to releases
  • bbcab2c Flush IndexedDB file systems manually
  • See full diff in compare view

Updates flutter_local_notifications from 22.0.1 to 22.1.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v22.1.0

  • [Android] added support for showBigPictureWhenCollapsed in BigPictureStyleInformation. Thanks to the PR from hiimax (Codematic)
  • [iOS][macOS] improved SPM compatibility
  • Migrated example app to use SPM and removed Cocoapods integration
  • Fixed API docs of NotificationResponseType.selectedNotificationAction. Thanks to the PR from fush1m1
Commits
  • 5599fce [flutter_local_notifications] migrated example app to use SPM (#2803)
  • ec69bf3 prepare for platform interface 12.0.1 release (#2804)
  • 2a51ce0 added references to FlutterFramework (#2802)
  • f55414b [flutter_local_notifications] Add showBigPictureWhenCollapsed to BigPictureSt...
  • 6b6fcc3 docs: fix typo in NotificationResponseType documentation (#2792)
  • 3c85536 [various] fix iOS integration test job (#2793)
  • 649e6da Bump actions/checkout from 6 to 7 (#2789)
  • See full diff in compare view

Updates google_fonts from 8.1.0 to 8.2.0

Commits
  • 9f95026 [google_fonts] Extract the config class to its own file (#12202)
  • ad9840e Update All Flutter Android Example Apps to 3.47 Template Versions (#12195)
  • 16e6411 [go_router_builder] Support analyzer 13 (#12189)
  • 502ebc7 [shared_preferences] Convert legacy tests to Kotlin (#12193)
  • 745da2e [material_ui, cupertino_ui] Migrate @macros that are defined in Material an...
  • 2899d50 [material_ui, cupertino_ui] Add #region to example files to remove license ...
  • e8903cb [video_player] Implement screen auto-lock control for video playback (#11225)
  • ad2eab1 [camera] Guard CameraController value updates after dispose (#11861)
  • 83b39db [material_ui] Remove unused example files (#12179)
  • c8937ef [google_maps_flutter_platform_interface] Adds support for mapTypeControlEnabl...
  • Additional commits viewable in compare view

Updates liquid_glass_widgets from 0.21.4 to 0.22.1

Changelog

Sourced from liquid_glass_widgets's changelog.

0.22.1

🐛 Bug Fixes

  • Tab Bar Semantics — Fixed multiple accessibility issues in GlassTabBar and GlassBottomBar:
    • GlassTab.semanticLabel is now properly propagated, allowing icon-only tabs to be correctly announced instead of defaulting to 'Tab'.
    • Fixed an issue where tab labels were announced twice by wrapping the internal Text widget in ExcludeSemantics.
    • Eliminated duplicate semantic nodes for the active tab by hiding the visual clipping indicator from the accessibility tree, ensuring exactly one node per tab. Thanks to @​simiwe (#159).

♻️ Refactoring

  • Internal Tab Models — Deprecated GlassBottomBarTab is no longer used by the internal layout engines. They now natively accept GlassTab, removing the need for mapping closures and SizedBox.shrink() sentinels.

0.22.0

✨ New Features

  • ProgressiveBlur — a graduated backdrop blur that is strongest at one edge and dissolves to sharp at the opposite edge (the iOS 26 / Signal header look). Self-contained — no LiquidGlassLayer ancestor required.

    Positioned(
      top: 0, left: 0, right: 0, height: 96,
      child: ProgressiveBlur(maxSigma: 20),
    )
    • maxSigma — blur sigma at the strong edge (0 ⇒ passthrough).
    • direction — which edge is strongest (topToBottom / bottomToTop / leftToRight / rightToLeft).
    • falloff — gradient gamma (default 1.2).

    Pre-warmed by LiquidGlassWidgets.initialize() at no extra startup cost; ProgressiveBlur.preload() is available for standalone use. Degrades to a uniform BackdropFilter on Skia / web. See https://github.com/sdegenaar/liquid_glass_widgets/blob/main/docs/PROGRESSIVE_BLUR.md. Thanks to @​Ahmadre (#162).

⚡ Performance

... (truncated)

Commits

Updates package_info_plus from 10.2.0 to 10.2.1

Commits
  • 9336187 chore(release): prepare for release (#3928)
  • 4962175 fix(package_info_plus): raise Apple platform minimums in SPM manifests to mat...
  • See full diff in compare view

Updates share_plus from 13.2.0 to 13.2.1

Commits
  • 9336187 chore(release): prepare for release (#3928)
  • 949e771 fix(share_plus): raise Apple platform minimums in SPM manifests to match Flut...
  • See full diff in compare view

Updates uuid from 4.5.3 to 4.6.0

Release notes

Sourced from uuid's releases.

4.6.0

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.5.3...4.6.0

Changelog

Sourced from uuid's changelog.

v4.6.0

  • Add explicit 128-bit hexadecimal format validators: Uuid.isValidUUIDFormat(...), UuidValue.validateFormat(), UuidValidation.isValidUUIDFormat(...), and UuidValidation.isValidFormatOrThrow(...). (thanks @​DPDmancul)
  • Add UuidValue.withFormatValidation(...) for values whose UUID version and variant bits should not be checked. (thanks @​DPDmancul)
  • Add Uuid.parseHex128(...), Uuid.parseHex128AsByteList(...), UuidParsing.parseHex128(...), and UuidParsing.parseHex128AsByteList(...). (thanks @​DPDmancul)
  • Require exact single-line 8-4-4-4-12 or 32-character hexadecimal input and exactly 16 bytes during format validation.
  • Expose the existing noDashes parsing option through the public Uuid parse methods.
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-dart-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [drift](https://github.com/simolus3/drift) | `2.34.1` | `2.34.2` |
| [drift_dev](https://github.com/simolus3/drift) | `2.34.3` | `2.34.4` |
| [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) | `22.0.1` | `22.1.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.1.0` | `8.2.0` |
| [liquid_glass_widgets](https://github.com/sdegenaar/liquid_glass_widgets) | `0.21.4` | `0.22.1` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `10.2.0` | `10.2.1` |
| [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) | `13.2.0` | `13.2.1` |
| [uuid](https://github.com/Daegalus/dart-uuid) | `4.5.3` | `4.6.0` |


Updates `drift` from 2.34.1 to 2.34.2
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.34.1...drift-2.34.2)

Updates `drift_dev` from 2.34.3 to 2.34.4
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.34.3...drift_dev-2.34.4)

Updates `flutter_local_notifications` from 22.0.1 to 22.1.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v22.0.1...flutter_local_notifications-v22.1.0)

Updates `google_fonts` from 8.1.0 to 8.2.0
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.0/packages)

Updates `liquid_glass_widgets` from 0.21.4 to 0.22.1
- [Changelog](https://github.com/sdegenaar/liquid_glass_widgets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sdegenaar/liquid_glass_widgets/commits)

Updates `package_info_plus` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v10.2.1/packages/package_info_plus)

Updates `share_plus` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v13.2.1/packages/share_plus)

Updates `uuid` from 4.5.3 to 4.6.0
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@4.5.3...4.6.0)

---
updated-dependencies:
- dependency-name: drift
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dart-dependencies
- dependency-name: drift_dev
  dependency-version: 2.34.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dart-dependencies
- dependency-name: flutter_local_notifications
  dependency-version: 22.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dart-dependencies
- dependency-name: google_fonts
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dart-dependencies
- dependency-name: liquid_glass_widgets
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dart-dependencies
- dependency-name: package_info_plus
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dart-dependencies
- dependency-name: share_plus
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dart-dependencies
- dependency-name: uuid
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dart-dependencies
...

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

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dart, dependencies, flutter. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants