Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

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

Package From To
build_runner 2.7.1 2.10.1
fluttertoast 8.2.12 9.0.0
font_awesome_flutter 10.10.0 10.12.0
google_fonts 6.3.1 6.3.2
sentry_flutter 9.6.0 9.7.0

Updates build_runner from 2.7.1 to 2.10.1

Release notes

Sourced from build_runner's releases.

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

  • Make errors more prominent in log output, highlight in red.
  • Remove "deleting declared outputs" warning.
  • Bug fix: fix incorrect display of some "usage" messages.
  • Move code from build_resolvers into build_runner.
  • Move code from build_runner_core into build_runner.
  • Move code from timing into build_runner.
  • Remove unused deps: build_resolvers, build_runner_core, timing.

package:build_runner v2.7.2

  • Use build 4.0.0.
Commits

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.2

Commits
  • 651c565 [google_fonts] Make a map keyed on FontWeight non-const (#10058)
  • 2fe85dd Manual roll Flutter from 9ff2767f3cb6 to 4a042046a0f1 (28 revisions) (#10067)
  • 10e39dd Remove "All right reserved" from all files (#10066)
  • a5e4243 [google_sign_in] Implement disconnect for Android (#9991)
  • 0fc759d [camera_android] Remove references to third party googlesamples/mlkit code ...
  • bbc7da4 [go_router_builder] [in_app_purchase_storekit] Removes redundant arguments fr...
  • a7a5ec8 [go_router] Fix Android Cold Start deep link with empty path losing scheme an...
  • 51df718 [go_router_builder] Proposal: add json support, custom string encoder/decoder...
  • e730c1d [go_router] Fix ShellRoutes break iOS swipe back navigation (#9968)
  • 3413b65 [dependabot]: Bump org.json:json from 20250107 to 20250517 in /packages/in_ap...
  • Additional commits viewable in compare view

Updates json_serializable from 6.11.0 to 6.11.1

Release notes

Sourced from json_serializable's releases.

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.7.0

Release notes

Sourced from sentry_flutter's releases.

9.7.0

Features

  • Add W3C traceparent header support (#3246)
    • Enable the option propagateTraceparent to allow the propagation of the W3C Trace Context HTTP header traceparent on outgoing HTTP requests.
  • Add nativeDatabasePath option to SentryFlutterOptions to set the database path for Sentry Native (#3236)
  • Add sentry.origin to logs created by LoggingIntegration (#3153)
  • Tag all spans with thread info on non-web platforms (#3101, #3144)
  • Feedback Widget: add option to disable keyboard resize (#3154)
  • Support firebase_remote_config: >=5.4.3 <7.0.0 (#3213)

Enhancements

  • Prefix firebase remote config feature flags with firebase: (#3258)
  • Replay: continue processing if encountering InheritedWidget (#3200)
    • Prevents false debug warnings when using provider for example which extensively uses InheritedWidget
  • Add DioException response data to error breadcrumb (#3164)
    • Bumped dio min version to 5.2.0
  • Use FFI/JNI for captureEnvelope on iOS and Android (#3115)
  • Log a warning when dropping envelope items (#3165)
  • Call options.log for structured logs (#3187)
  • Remove async usage from FlutterErrorIntegration (#3202)
  • Tag all spans during app start with start type info (#3190)
  • Refactor loadContexts and loadDebugImages to use JNI and FFI (#3224)
  • Improve envelope conversion to Uint8List in FileSystemTransport (#3147)

Fixes

  • Safely access browser navigator.deviceMemory (#3268)
  • Recursion in openDatabase when using SentrySqfliteDatabaseFactory (#3231)
  • Implement prefill logic in SentryFeedbackWidget for useSentryUser parameter to populate fields with current user data (#3180)
  • Structured Logs: Don't add template when there are no 'sentry.message.parameter.x' attributes (#3219)

Dependencies

9.7.0-beta.5

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.7.0

Features

  • Add W3C traceparent header support (#3246)
    • Enable the option propagateTraceparent to allow the propagation of the W3C Trace Context HTTP header traceparent on outgoing HTTP requests.
  • Add nativeDatabasePath option to SentryFlutterOptions to set the database path for Sentry Native (#3236)
  • Add sentry.origin to logs created by LoggingIntegration (#3153)
  • Tag all spans with thread info on non-web platforms (#3101, #3144)
  • feat(feedback): Add option to disable keyboard resize (#3154)
  • Support firebase_remote_config: >=5.4.3 <7.0.0 (#3213)

Enhancements

  • Prefix firebase remote config feature flags with firebase: (#3258)
  • Replay: continue processing if encountering InheritedWidget (#3200)
    • Prevents false debug warnings when using provider for example which extensively uses InheritedWidget
  • Add DioException response data to error breadcrumb (#3164)
    • Bumped dio min verion to 5.2.0
  • Use FFI/JNI for captureEnvelope on iOS and Android (#3115)
  • Log a warning when dropping envelope items (#3165)
  • Call options.log for structured logs (#3187)
  • Remove async usage from FlutterErrorIntegration (#3202)
  • Tag all spans during app start with start type info (#3190)
  • Refactor loadContexts and loadDebugImages to use JNI and FFI (#3224)
  • Improve envelope conversion to Uint8List in FileSystemTransport (#3147)

Fixes

  • Safely access browser navigator.deviceMemory (#3268)
  • Recursion in openDatabase when using SentrySqfliteDatabaseFactory (#3231)
  • Implement prefill logic in SentryFeedbackWidget for useSentryUser parameter to populate fields with current user data (#3180)
  • Structured Logs: Don't add template when there are no 'sentry.message.parameter.x' attributes (#3219)

Dependencies

... (truncated)

Commits
  • 8578893 release: 9.7.0
  • 944b773 ci: fix emulator not starting and fix example app not building (#3286)
  • f81a436 changelog: prepare for 9.7.0 (#3287)
  • cf443d2 build(deps): bump rexml in /packages/flutter/example/ios (#3285)
  • 4ecde01 build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#3251)
  • 222d890 build(deps): bump ruby/setup-ruby from 1.257.0 to 1.263.0 (#3278)
  • 3ac8841 chore: update metrics/flutter.properties to 3.35.5 (#3255)
  • e9f96dc build(deps): bump rexml from 3.4.1 to 3.4.2 in /metrics (#3259)
  • 84f75ab build(deps): bump getsentry/github-workflows from 2 to 3 (#3277)
  • 1f639ee chore(deps): update Cocoa SDK to v8.56.2 (#3276)
  • 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.7.1` | `2.10.1` |
| [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.2` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.6.0` | `9.7.0` |



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

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.2
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v6.3.2/packages)

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

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

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.10.1
  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.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: json_serializable
  dependency-version: 6.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: sentry_flutter
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Nov 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

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

@dependabot dependabot bot closed this Dec 2, 2025
@dependabot dependabot bot deleted the dependabot/pub/pub-620410cc01 branch December 2, 2025 00:14
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