Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the all-dependencies group with 5 updates in the /dogfooding directory:

Package From To
app_links 6.4.1 7.0.0
get_it 8.3.0 9.2.0
go_router 16.3.0 17.0.1
google_fonts 6.3.3 8.0.0
share_plus 11.1.0 12.0.1

Bumps the all-dependencies group with 1 update in the /packages/stream_video_flutter directory: alchemist.
Bumps the all-dependencies group with 1 update in the /packages/stream_video_push_notification directory: flutter_lints.

Updates app_links from 6.4.1 to 7.0.0

Commits

Updates get_it from 8.3.0 to 9.2.0

Changelog

Sourced from get_it's changelog.

[9.2.0] - 2025-12-03

  • allReady() now caches its Future and returns the same instance on repeated calls
    • Cache is automatically invalidated when new async singletons are registered
    • This enables watch_it to detect when async registrations change (e.g., after pushNewScope)
  • Fixed: pending async singletons now complete their ready completer when removed via unregister() or scope reset, allowing allReady() to complete properly

[9.1.1] - 2025-11-25

  • Updated example project

[9.1.0] - 2025-11-20

  • Added DevTools extension for visualizing and inspecting GetIt registrations
    • View all registered objects with their type, scope, registration mode, and state
    • See instance details via toString() output for created instances
    • Manual refresh button to update the registration list
    • Requires debugEventsEnabled = true to be set on GetIt instance
    • See README for setup instructions

[9.0.5] - 2025-01-12

  • Use absolute GitHub URL for logo in README

[9.0.4] - 2025-01-12

  • Fixed screenshots description to match working 9.0.1 format

[9.0.3] - 2025-01-12

  • Fixed logo display on pub.dev by using relative path

[9.0.2] - 2025-01-12

  • Fixed button sizing in README for pub.dev display

[9.0.1]

  • Fixed linter error (missing trailing comma in test file)

[9.0.0] - BREAKING CHANGE

  • BREAKING: Disposal order now always follows strict LIFO (Last-In-First-Out) based on registration order
    • Previously, disposal order was based on the order objects appeared in internal hash maps, which was unpredictable when mixing named and unnamed registrations
    • Now all disposals are sorted by registrationNumber (a sequential counter assigned during registration) ensuring true LIFO order
    • The strictDisposalOrder parameter has been removed from reset(), resetScope(), popScope(), popScopesTill(), and dropScope() methods
    • Performance impact is minimal: ~8% overhead for 10,000 registrations (approximately 2-3ms), negligible for typical applications
    • This change ensures correctness and predictability in dependency cleanup, which is more important than the minor performance cost
    • Impact on existing apps: If your app's behavior relies on the previous imperfect reverse disposal order, there is likely a design issue in your dependency structure that should be addressed
  • Fixed bug in registerCachedFactoryParamAsync where calling getAsync would fail with null error because it was checking the wrong function parameter (sync creationFunctionParam instead of asyncCreationFunctionParam)
Commits
  • 19290dc V9.2.0: Cache allReady() future for watch_it scope detection
  • 294ae0f Remove generated test folder from example
  • 7e15996 Release V9.1.1: Update example project
  • 88954f1 Exclude gradle-wrapper.jar from published package
  • a419c16 Fix DevTools extension registration for multiple GetIt instances
  • 3f5f587 Fix formatting and exclude devtools extension from analyzer
  • 3ee13e9 Allow gradlew in example/android/.gitignore
  • 1bf01e5 Clean up gitignore rules for gradlew
  • d8353d1 Explicitly un-ignore gradlew files
  • fe7987d Allow gradlew in gitignore, remove IDE files from git
  • Additional commits viewable in compare view

Updates go_router from 16.3.0 to 17.0.1

Commits
  • 2fb88d6 [go_router] Fixes an issue where onEnter blocking causes navigation stack l...
  • 72f24a7 [file_selector] Update Linux example for deprecations (#10542)
  • bd44398 [rfw] Add Flexible widget support to core widgets (#9750)
  • 2f44ca2 [camera_android_camerax] Updates pigeon generation to prevent crash when obje...
  • 338ecd3 [shared_preferences_tool] Update dependencies and fix deprecation (#10560)
  • 3546b8f [dependabot]: Bump camerax_version from 1.5.1 to 1.5.2 in /packages/camera/ca...
  • e5f8325 [camera_android_camerax] Removes internal native library Dart proxy (#10536)
  • 33a9a81 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • b17d3ff [interactive_media_ads] Removes internal native library Dart proxy (#10537)
  • 54b49e1 [webview_flutter_wkwebview] Removes internal native library Dart proxy (#10528)
  • Additional commits viewable in compare view

Updates google_fonts from 6.3.3 to 8.0.0

Commits
  • 5af5f50 Update Google Fonts to v8.0.0 with new and removed fonts (#10785)
  • d0c7d1f [pigeon] Modernize Obj-C generation headers (#10857)
  • 2dc24c5 [camera_avfoundation] Wrappers swift migration - part 6 (#10752)
  • e6955be [two_dimensional_scrollables] optimizes tableview janks with >250k rows (#10738)
  • f709ea1 [url_launcher_ios] Migrate XCTest to Swift Testing (#10780)
  • 6350518 [in_app_purchase] Fix an issue causing StoreKit 2 transactions remain unfinis...
  • a05d0b2 [google_maps_flutter] Restructure iOS to prep for SwiftPM (#10839)
  • 93c9395 feat(ios): add audio track selection support for AVFoundation (#10313)
  • cc37b19 [dependabot]: Bump androidx.core:core from 1.13.1 to 1.17.0 in /packages/imag...
  • c815a54 [vector_graphics_compiler] Fix rgb/rgba color parsing to support modern CSS s...
  • Additional commits viewable in compare view

Updates share_plus from 11.1.0 to 12.0.1

Commits
  • b64f663 chore(release): prepare for release (#3701)
  • 42b079b fix(share_plus): Avoid crash on iOS 26 on iPhones with no sharePositionOrigin...
  • 1d29902 chore(release): prepare for release (#3675)
  • 3bd253b fix(share_plus): unable to get the correct result on iOS (#3660)
  • 24363e2 feat(share_plus)!: Change Android compile SDK, update Android build config (#...
  • 72b6234 docs(all): replace MacOS by macOS in package READMEs (#3658)
  • See full diff in compare view

Updates alchemist from 0.12.1 to 0.13.0

Release notes

Sourced from alchemist's releases.

v0.13.0

What's Changed

⚠️ Breaking Changes

Betterment/alchemist#165 disabled anti-aliasing on BlockedTextPaintingContext which may change goldens output.

New Contributors

Full Changelog: Betterment/alchemist@v0.12.1...v0.13.0

Changelog

Sourced from alchemist's changelog.

0.13.0

What's Changed

⚠️ Breaking Changes

Betterment/alchemist#165 disabled anti-aliasing on BlockedTextPaintingContext which may change goldens output.

New Contributors

Full Changelog: Betterment/alchemist@v0.12.1...v0.13.0

Commits
  • d7ad4bb chore: prep v0.13.0 (#168)
  • d1de06b chore: ensure tests are compatible with all supported Flutter versions (and b...
  • b6c3357 fix: Anti-aliasing cross-platform issue (#165)
  • 2cd7618 fix: push changes in update goldens workflow (#166)
  • 482b78e chore: use git commit instead of git-auto-commit action (#163)
  • e5da5fb ci: use mobile messaging app for Slack notifs (#158)
  • See full diff in compare view

Updates flutter_lints from 2.0.3 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

Updates flutter_lints from 2.0.3 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…h 7 updates

Bumps the all-dependencies group with 5 updates in the /dogfooding directory:

| Package | From | To |
| --- | --- | --- |
| [app_links](https://github.com/llfbandit/app_links) | `6.4.1` | `7.0.0` |
| [get_it](https://github.com/flutter-it/get_it) | `8.3.0` | `9.2.0` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `16.3.0` | `17.0.1` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `6.3.3` | `8.0.0` |
| [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) | `11.1.0` | `12.0.1` |

Bumps the all-dependencies group with 1 update in the /packages/stream_video_flutter directory: [alchemist](https://github.com/Betterment/alchemist).
Bumps the all-dependencies group with 1 update in the /packages/stream_video_push_notification directory: [flutter_lints](https://github.com/flutter/packages/tree/main/packages).


Updates `app_links` from 6.4.1 to 7.0.0
- [Release notes](https://github.com/llfbandit/app_links/releases)
- [Commits](https://github.com/llfbandit/app_links/commits)

Updates `get_it` from 8.3.0 to 9.2.0
- [Release notes](https://github.com/flutter-it/get_it/releases)
- [Changelog](https://github.com/flutter-it/get_it/blob/main/CHANGELOG.md)
- [Commits](flutter-it/get_it@V8.3.0...V9.2.0)

Updates `go_router` from 16.3.0 to 17.0.1
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.0.1/packages)

Updates `google_fonts` from 6.3.3 to 8.0.0
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.0.0/packages)

Updates `share_plus` from 11.1.0 to 12.0.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v12.0.1/packages/share_plus)

Updates `alchemist` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/Betterment/alchemist/releases)
- [Changelog](https://github.com/Betterment/alchemist/blob/main/CHANGELOG.md)
- [Commits](Betterment/alchemist@v0.12.1...v0.13.0)

Updates `flutter_lints` from 2.0.3 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

Updates `flutter_lints` from 2.0.3 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: app_links
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: get_it
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: go_router
  dependency-version: 17.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: google_fonts
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: share_plus
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: alchemist
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jan 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2026 12:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Jan 26, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@Brazol Brazol closed this Jan 29, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pub/dogfooding/all-dependencies-9a6624b2d3 branch January 29, 2026 10:43
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.

1 participant