Skip to content

Bump the pub group across 1 directory with 9 updates#33

Merged
glitchedmob merged 2 commits intomainfrom
dependabot/pub/pub-9f14885368
Jan 1, 2026
Merged

Bump the pub group across 1 directory with 9 updates#33
glitchedmob merged 2 commits intomainfrom
dependabot/pub/pub-9f14885368

Conversation

@dependabot
Copy link
Contributor

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

Bumps the pub group with 8 updates in the / directory:

Package From To
build_runner 2.7.1 2.10.4
expandable_page_view 1.0.17 1.2.0
fluttertoast 8.2.12 9.0.0
font_awesome_flutter 10.10.0 10.12.0
google_fonts 6.3.1 6.3.3
http 1.5.0 1.6.0
sentry_flutter 9.6.0 9.9.1
shared_preferences 2.5.3 2.5.4

Updates build_runner from 2.7.1 to 2.10.4

Release notes

Sourced from build_runner's releases.

package:build_runner v2.10.4

  • Allow analyzer 9.0.0.

package:build_runner v2.10.3

  • Performance: improve scalability with the number of library cycles, making builds much faster for some large codebases.
  • Bug fix: fix crash when you run dart run build_runner build in a subdirectory of a package.
  • Bug fix: in a workspace, generate for transitive dependencies of the current package instead of for all packages in the workspace.

package:build_runner v2.10.2

  • Bug fix: fix issue with webdev failing due to a modification during a build.
  • In "serve" and "watch" modes, retry failed compiles instead of exiting.

package:build_runner v2.10.1

  • Performance: improve findAssets scalability, making it much faster for prefix matches in packages with thousands of files or more. One specific use case that is now faster is builders that use source_gen shared parts, for example built_value and json_serializable.
  • Bug fix: look up triggers in the triggers section of build.yaml using the full name. For the case in which the builder name matched the package name, the abbreviated name was being used instead.
  • Bug fix: fix incorrect log with build_runner/aot on Windows with JIT.

package:build_runner v2.10.0

  • Add AOT compilation of builders. A future release will AOT compile builders automatically, for this release it's behind a flag. AOT compiled builders start up faster and have higher throughput, for faster builds overall. Builders that use dart:mirrors cannot be AOT compiled.
  • Add force-aot flag to AOT compile builders.
  • Add force-jit flag to force the current default of JIT compiling builders.
  • Add the --dart-jit-vm-arg option. Its values are passed to dart run when a build script is started in JIT mode. This allows specifying options to attach a debugger to builders.
  • Require analyzer 8.0.0. Remove use of deprecated analyzer members, use their recommended and compatible replacements.
  • Internal changes for build_test.

package:build_runner v2.9.0

  • Watch mode: handle builder code and config changes without recompiling or exiting.
  • Remove log output about build_runner internals.
  • Print the port that gets picked if you pass 0 for a port number, for example with dart run build_runner serve web:0.
  • Improve warnings when an option is specified for an unknown builder.
  • Rewrite bootstrap code to remove use of dart:mirrors.
  • Bug fix: require args 2.5.0.

package:build_runner v2.8.0

... (truncated)

Commits

Updates expandable_page_view from 1.0.17 to 1.2.0

Changelog

Sourced from expandable_page_view's changelog.

1.2.0

  • Added loop parameter to enable infinite looping through pages (#50)

1.1.1

  • Fixed size calculation with viewportFraction - when viewportFraction < 1.0, height now correctly uses the maximum of all visible pages instead of only the current page (#52)

1.1.0

  • Updated minimum supported Flutter version to 3.10.0 (Dart 3.0)
  • Fixed initial page clamp to not accept negative values
  • Fixed page size resetting to estimatedPageSize when children list or item count changes, preserving already-measured page sizes to prevent visual glitches
  • Fixed animateFirstPage not working - first page now properly animates from estimatedPageSize to actual size when animateFirstPage is true (#64)
Commits
  • 7129a60 chore: prepare for 1.2.0 version
  • 3c6413e refactor: replace _wrapWithSizeReporting method with _SizeReportingChild widget
  • 208404d fix: dispose internal controller when switching to external controller
  • 5366e32 refactor: extract helper methods to reduce code duplication
  • 871d2a2 docs: clarify that external controller has no effect in loop mode
  • 692ee1f fix: use ValueKey in edge case tests to avoid state persistence issues
  • 3042e1d test: add loop edge case tests for comprehensive coverage
  • cd1a32b test: add controller change scenario tests
  • fd4c01a fix: handle runtime loop changes and add validation assertions
  • 1079b9f feat: add loop parameter for infinite page cycling
  • Additional commits viewable in compare view

Updates fluttertoast from 8.2.12 to 9.0.0

Changelog

Sourced from fluttertoast's changelog.

[9.0.0]

🚀 Breaking Release

  • Re-introduced the AGP 8.13.0 support from 8.2.13 as an intentional breaking change.
  • Includes changes from PRs #565, #564, #558, and #513.
  • Please review the migration guide before upgrading.

[8.2.14]

🔧 Stable Patch Release

  • Reverted 8.2.13 changes to restore the behavior from 8.2.12.
  • Safe to use for all users on ^8.2.x.

[8.2.13]

⚠️ Unintended Breaking Release

  • Introduced AGP 8.13.0 support (PR #565) and merged PRs #564, #558, #513.
  • This version was incorrectly published as a patch bump but included breaking changes.
  • Do not use this version — please upgrade to 8.2.14 (stable) or 9.0.0 (breaking).
Commits

Updates font_awesome_flutter from 10.10.0 to 10.12.0

Release notes

Sourced from font_awesome_flutter's releases.

10.12.0

  • Fix flutter lint warnings - thanks @​adil192!
  • Upgrade to Font Awesome 7.1.0

10.11.0

  • Fix issues with spaces in icon file names since the last version - thanks @​adil192!
  • Upgrade to Font Awesome 7.0.1 - thanks @​adil192!
  • Add support for find.byIcon and find.widgetByIcon, closing #198 - thanks @​adil192!
  • Added flutter favorite badge - thanks @​Musaddiq625!
Changelog

Sourced from font_awesome_flutter's changelog.

10.12.0

  • Fix flutter lint warnings - thanks @​adil192!
  • Upgrade to Font Awesome 7.1.0

10.11.0

  • Fix issues with spaces in icon file names since the last version - thanks @​adil192!
  • Upgrade to Font Awesome 7.0.1 - thanks @​adil192!
  • Add support for find.byIcon and find.widgetByIcon, closing #198 - thanks @​adil192!
  • Added flutter favorite badge - thanks @​Musaddiq625!
Commits
  • 6809e7f Update changelog, bump version number
  • ada8b26 Upgrade to font awesome version 7.1.0, run dart format
  • c7b39fb Upgrade to font awesome version 7.1.0
  • e59bd3b Merge pull request #290 from adil192/fix/preserve-color-precision
  • c3b7f08 chore: resolve lints
  • 3b47f3e Upgrade to version 10.11.0, Add changelog items
  • 8a6dc47 Merge pull request #283 from adil192/feat/fa-icon-finder
  • eb50b98 Merge pull request #282 from adil192/fix/remove-spaces-in-asset-name
  • 98354b7 Emphasize replacing spaces with dashes
  • e77fa3d Merge pull request #287 from Musaddiq625/patch-1
  • Additional commits viewable in compare view

Updates google_fonts from 6.3.1 to 6.3.3

Commits
  • 8bfe9ba [google_fonts] Replace deprecated FontWeight.index (#10544)
  • 6a3ed6a [camera_web] Fix camera initialization failure on Firefox Android (#10341)
  • 03299cd [file_selector] Migrate to UIScene (#10429)
  • 0e20a04 [go_router_builder] Add analyzer 9 compatibility (#10526)
  • b505d41 [camera_android_camerax] use MediaSettings::fps for image preview, streaming,...
  • 8168d9c [various] Update READMEs to reflect current OS support (#10470)
  • 47ffbc5 [camera] fix RECORD_AUDIO permission on Android when there is no permission (...
  • 5d8d954 [video_player_avfoundation] Create a Dart player instance (#10490)
  • 122e435 [dependabot]: Bump com.google.maps.android:android-maps-utils from 3.6.0 to 3...
  • eda0301 [path_provider] Revert iOS/macOS to plugin-based implementation (#10517)
  • Additional commits viewable in compare view

Updates http from 1.5.0 to 1.6.0

Commits

Updates json_serializable from 6.11.0 to 6.11.3

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.11.3

  • Require analyzer: ^9.0.0
  • Require build: ^4.0.3
  • Require build_config: ^1.2.0
  • Require dart_style: ^3.1.3
  • Require sdk: ^3.9.0
  • Require source_gen: ^4.1.1
  • Require source_helper: ^1.3.9

package:json_serializable v6.11.2

  • Allow run_only_if_triggered to be specified in build.yaml to turn on the build_runner triggers heuristic.
  • Skip warning about annotations on both constructor and field if the values match.

package:json_serializable v6.11.1

  • Allow build: '>=3.0.0 <5.0.0'.
  • Allow source_gen: '>=3.1.0 <5.0.0'.
Commits

Updates sentry_flutter from 9.6.0 to 9.9.1

Release notes

Sourced from sentry_flutter's releases.

9.9.1

Fixes

  • Cold/warm start spans not attaching if TTFD takes more than 3 seconds to report (#3404)
  • Ensure that the JNI ScopesAdapter instance is released after use (#3411)

9.9.0

Features

  • Add Sentry.setAttributes and Sentry.removeAttribute (#3352)
    • These attributes are set at the scope level and apply to all logs (and later to metrics and spans).
    • When a scope attribute conflicts with a log-level attribute, the log-level attribute always takes precedence.
  • Sentry Supabase Integration (#2913)
    • Adds the sentry_supabase package to instrument supabase with Sentry breadcrumbs, traces and errors.

Fixes

  • Added consumerProguardFiles 'proguard-rules.pro' to the debug build configuration to ensure ProGuard rules are consistently applied across both release and debug variants. (#3339)
  • Dart to native type conversion (#3372)
  • Revert FFI usage on iOS/macOS due to symbol stripping issues (#3379)
  • Android app crashing on hot-restart in debug mode (#3358)
  • Dont use Companion in JNI calls and properly release JNI refs (#3354)
    • This potentially fixes segfault crashes related to JNI

Enhancements

  • Refactor captureReplay and setReplayConfig to use JNI (#3318)
  • Refactor init to use JNI (#3324)
  • Flush logs if client/hub/sdk is closed (#3335

Dependencies

9.9.0-beta.4

Fixes

  • Dart to native type conversion (#3372)
  • Revert FFI usage on iOS/macOS due to symbol stripping issues (#3379)

Dependencies

9.9.0-beta.3

Features

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.9.1

Fixes

  • Cold/warm start spans not attaching if TTFD takes more than 3 seconds to report (#3404)
  • Ensure that the JNI ScopesAdapter instance is released after use (#3411)

9.9.0

Features

  • Add Sentry.setAttributes and Sentry.removeAttribute (#3352)
    • These attributes are set at the scope level and apply to all logs (and later to metrics and spans).
    • When a scope attribute conflicts with a log-level attribute, the log-level attribute always takes precedence.
  • Sentry Supabase Integration (#2913)
    • Adds the sentry_supabase package to instrument supabase with Sentry breadcrumbs, traces and errors.

Fixes

  • Added consumerProguardFiles 'proguard-rules.pro' to the debug build configuration to ensure ProGuard rules are consistently applied across both release and debug variants. (#3339)
  • Dart to native type conversion (#3372)
  • Revert FFI usage on iOS/macOS due to symbol stripping issues (#3379)
  • Android app crashing on hot-restart in debug mode (#3358)
  • Dont use Companion in JNI calls and properly release JNI refs (#3354)
    • This potentially fixes segfault crashes related to JNI

Enhancements

  • Refactor captureReplay and setReplayConfig to use JNI (#3318)
  • Refactor init to use JNI (#3324)
  • Flush logs if client/hub/sdk is closed (#3335

Dependencies

9.9.0-beta.4

Fixes

  • Dart to native type conversion (#3372)
  • Revert FFI usage on iOS/macOS due to symbol stripping issues (#3379)

Dependencies

... (truncated)

Commits
  • 4c2e79f release: 9.9.1
  • 114239b fix(jni): ensure that the ScopesAdapter instance is released after use (#3411)
  • cba2765 fix(app-start): Fixes cold/warm start spans not attaching if TTFD takes more ...
  • 7bf0e72 Fix Supabase analysis CI (#3405)
  • ebccb5b Merge branch 'release/9.9.0'
  • 0230ac1 Update CHANGELOG (#3401)
  • 01d32fc release: 9.9.0
  • 6287dc4 Merge branch 'release/9.9.0-beta.4'
  • 825fae7 release: 9.9.0-beta.4
  • 3659b91 Pin prepare action release to specific commit
  • Additional commits viewable in compare view

Updates shared_preferences from 2.5.3 to 2.5.4

Commits
  • 338ecd3 [shared_preferences_tool] Update dependencies and fix deprecation (#10560)
  • 33a9a81 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 2d9ddab [dependabot]: Bump the kotlin-gradle-plugin group across 7 directories with 1...
  • 8168d9c [various] Update READMEs to reflect current OS support (#10470)
  • cc3dca6 [all] Omit obvious local types (#10511)
  • 061eedc [dependabot]: Bump the gradle-plugin group across 19 directories with 1 updat...
  • 41df27d [dependabot]: Bump the test-dependencies group across 10 directories with 3 u...
  • 18b9cc5 [various] Update all packages to Pigeon 26 (#10450)
  • ae20377 Update repo for 3.38 (#10405)
  • 2f25693 [shared_preferences] Remove use of Pigeon's Dart test generator (#10325)
  • 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

Bumps the pub group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.7.1` | `2.10.4` |
| [expandable_page_view](https://github.com/Limbou/expandable_page_view) | `1.0.17` | `1.2.0` |
| [fluttertoast](https://github.com/PonnamKarthik/FlutterToast) | `8.2.12` | `9.0.0` |
| [font_awesome_flutter](https://github.com/fluttercommunity/font_awesome_flutter) | `10.10.0` | `10.12.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `6.3.1` | `6.3.3` |
| [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.5.0` | `1.6.0` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.6.0` | `9.9.1` |
| [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.3` | `2.5.4` |



Updates `build_runner` from 2.7.1 to 2.10.4
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.7.1...build_runner-v2.10.4)

Updates `expandable_page_view` from 1.0.17 to 1.2.0
- [Changelog](https://github.com/Limbou/expandable_page_view/blob/main/CHANGELOG.md)
- [Commits](Limbou/expandable_page_view@1.0.17...1.2.0)

Updates `fluttertoast` from 8.2.12 to 9.0.0
- [Changelog](https://github.com/ponnamkarthik/FlutterToast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PonnamKarthik/FlutterToast/commits)

Updates `font_awesome_flutter` from 10.10.0 to 10.12.0
- [Release notes](https://github.com/fluttercommunity/font_awesome_flutter/releases)
- [Changelog](https://github.com/fluttercommunity/font_awesome_flutter/blob/master/CHANGELOG.md)
- [Commits](fluttercommunity/font_awesome_flutter@10.10.0...10.12.0)

Updates `google_fonts` from 6.3.1 to 6.3.3
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v6.3.3/packages)

Updates `http` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `json_serializable` from 6.11.0 to 6.11.3
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.11.0...json_serializable-v6.11.3)

Updates `sentry_flutter` from 9.6.0 to 9.9.1
- [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.6.0...9.9.1)

Updates `shared_preferences` from 2.5.3 to 2.5.4
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.4/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: expandable_page_view
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: fluttertoast
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
- dependency-name: font_awesome_flutter
  dependency-version: 10.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: google_fonts
  dependency-version: 6.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: http
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: json_serializable
  dependency-version: 6.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: sentry_flutter
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: shared_preferences
  dependency-version: 2.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
...

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 Jan 1, 2026
@glitchedmob glitchedmob merged commit 7ec62bf into main Jan 1, 2026
1 check passed
@glitchedmob glitchedmob deleted the dependabot/pub/pub-9f14885368 branch January 1, 2026 23: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