Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps the pub group with 7 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.8.0

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

Release notes

Sourced from sentry_flutter's releases.

9.8.0

Features

Enhancements

  • Refactor setExtra and removeExtra to use FFI/JNI (#3314)
  • Refactor setTag and removeTag to use FFI/JNI (#3313)
  • Refactor setContexts and removeContexts to use FFI/JNI (#3312)
  • Refactor setUser to use FFI/JNI (#3295)
  • Refactor native breadcrumbs sync to use FFI/JNI (#3293)
  • Refactor app hang and crash apis to use FFI/JNI (#3289)
  • Refactor AndroidReplayRecorder to use the new worker isolate api (#3296)
  • Refactor fetching app start and display refresh rate to use FFI and JNI (#3288)
  • Offload captureEnvelope to background isolate for Cocoa and Android (#3232)
  • Add sentry.replay_id to flutter logs (#3257)

Fixes

  • Fix unsafe json access in sentry_device (#3309)

9.8.0-beta.1

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)

Enhancements

  • Refactor captureReplay and setReplayConfig to use FFI/JNI (#3318)
  • Refactor init to use FFI/JNI (#3324)

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)

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.8.0

Features

Enhancements

  • Refactor setExtra and removeExtra to use FFI/JNI (#3314)
  • Refactor setTag and removeTag to use FFI/JNI (#3313)
  • Refactor setContexts and removeContexts to use FFI/JNI (#3312)
  • Refactor setUser to use FFI/JNI (#3295)
  • Refactor native breadcrumbs sync to use FFI/JNI (#3293)
  • Refactor app hang and crash apis to use FFI/JNI (#3289)
  • Refactor AndroidReplayRecorder to use the new worker isolate api (#3296)
  • Refactor fetching app start and display refresh rate to use FFI and JNI (#3288)
  • Offload captureEnvelope to background isolate for Cocoa and Android (#3232)
  • Add sentry.replay_id to flutter logs (#3257)

Fixes

  • Fix unsafe json access in sentry_device (#3309)

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)

... (truncated)

Commits
  • a8e3ded Replace Android emulator test step with unit test (#3319)
  • e68a702 release: 9.8.0
  • e1ab497 enh: refactor setExtra and removeExtra to FFI/JNI (#3314)
  • bfabaf2 enh: refactor setTag and removeTag to FFI/JNI (#3313)
  • d3fb366 enh: refactor setContexts and removeContexts to FFI/JNI (#3312)
  • a69a51f Fix unsafe json access in sentry_device (#3309)
  • 393f8ec Refactor: use FFI/JNI for setUser (#3295)
  • c0dde50 Refactor: move native breadcrumbs sync to FFI/JNI (#3293)
  • ad121c0 Refactor app hang and native crash apis to FFI/JNI (#3289)
  • 29e8ebe Refactor app start and refresh rate to use FFI and JNI (#3288)
  • 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 7 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.8.0` |



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.8.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.8.0)

---
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.8.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 Dec 2, 2025
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