Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the flutter-dependencies group with 7 updates in the /app directory:

Package From To
bloc 9.0.0 9.1.0
build_runner 2.7.0 2.10.3
file_picker 10.3.1 10.3.6
flutter_native_splash 2.4.6 2.4.7
font_awesome_flutter 10.9.1 10.12.0
http 1.5.0 1.6.0
uuid 4.5.1 4.5.2

Updates bloc from 9.0.0 to 9.1.0

Release notes

Sourced from bloc's releases.

bloc-v9.1.0

  • docs: add onDone to README and example (#4641)
  • feat: add onDone callback (#4633)
  • refactor: add pkg:bloc_lint (#4620)

bloc-v9.0.1

  • refactor: analysis options updates (#4616)
  • docs: update build status badge (#4502)
  • docs: update sponsors (#4418)
  • docs: update minimum Dart SDK version in README.md
Commits

Updates build_runner from 2.7.0 to 2.10.3

Release notes

Sourced from build_runner's releases.

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

  • Make errors more prominent in log output, highlight in red.
  • Remove "deleting declared outputs" warning.
  • Bug fix: fix incorrect display of some "usage" messages.

... (truncated)

Commits
  • e4091bc Release 2.10.3. (#4282)
  • b9ae225 Add random benchmark shape. (#4280)
  • 8f6a7b5 Optimize library cycle loader for many library cycles. (#4281)
  • 21408da Trim packages when running in a workspace. (#4278)
  • 0030712 Simplify package loading. (#4277)
  • 20c27dc Fix running from a subdirectory. (#4276)
  • 98f0405 Fix build_daemon modify while building. (#4275)
  • ce9f735 Fixing DDC + FES not properly reading entrypointAssetId when re-serving an ...
  • 69dbcff Shutting down daemon process if build_runner throws. (#4274)
  • 1cf8a39 Splitting test expectations between expect, expectAndGetLine, and expectAndGe...
  • Additional commits viewable in compare view

Updates file_picker from 10.3.1 to 10.3.6

Release notes

Sourced from file_picker's releases.

10.3.6

Android

  • Added support for 16 KB. #1888

10.3.3

Android

  • Updated compileSdk to use flutter.compileSdkVersion. #1842

Linux

  • Fixed an issue where initialDirectory was not working. #1878

10.3.2

Linux

Changelog

Sourced from file_picker's changelog.

10.3.6

Android

  • Added support for 16 KB page sizes. #1888

10.3.5

iOS

  • Fixed an error when loading large files (>= 2GB~).

10.3.4

Android

  • Detect HEIC and HEIF extensions as valid image
  • Use compression format based file extension when compressing images.

10.3.3

Android

  • Updated compileSdk to use flutter.compileSdkVersion. #1842

Linux

  • Fixed an issue where initialDirectory was not working. #1878

10.3.2

Linux

Commits

Updates flutter_native_splash from 2.4.6 to 2.4.7

Release notes

Sourced from flutter_native_splash's releases.

v2.4.7

Changelog

Sourced from flutter_native_splash's changelog.

[2.4.7] - (2025-Oct-16)

Commits
  • b4a310c Updated documentation. Thanks Ideeyn for PR #806. Specify branding dimensio...
  • 9eb2004 docs: grouped parameters in README.md (#806)
  • See full diff in compare view

Updates font_awesome_flutter from 10.9.1 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!

10.10.0

  • Upgrade to Font Awesome 7.0.0 - thanks @​ManuelRauber!
    • Note: Font Awesome 7 does not include .ttf font files anymore, so the lib now uses the .otf files.
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!

10.10.0

  • Upgrade to Font Awesome 7.0.0 - thanks @​ManuelRauber!
    • Note: Font Awesome 7 does not include .ttf font files anymore, so the lib now uses the .otf files.
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 freezed from 3.2.0 to 3.2.3

Commits

Updates http from 1.5.0 to 1.6.0

Commits

Updates uuid from 4.5.1 to 4.5.2

Release notes

Sourced from uuid's releases.

4.5.2

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.5.1...4.5.2

Changelog

Sourced from uuid's changelog.

v4.5.2

  • Fix validation to allow MAX UUID (FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF) as it is valid.
  • Add strictRFC9562 and deprecate strictRFC4122 to facilitate a rename. This will be remove in v5
Commits
  • d7aeb69 Fix validation, bump version, docs, etc
  • 473c4af Update All
  • d8c71d9 Fix changelog, update lints, fix comment angle brackets
  • 06e373f update docs for v5
  • 0a4cfc1 Add const constructor to CryptoRNG class
  • 77c3a33 Refactor fix for removal of sprintf
  • 615057a Fix info about unneeded default case
  • d57a8d6 Remove sprintf dependency
  • See full diff 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 flutter-dependencies group with 7 updates in the /app directory:

| Package | From | To |
| --- | --- | --- |
| [bloc](https://github.com/felangel/bloc/tree/master/packages) | `9.0.0` | `9.1.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.7.0` | `2.10.3` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker) | `10.3.1` | `10.3.6` |
| [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.6` | `2.4.7` |
| [font_awesome_flutter](https://github.com/fluttercommunity/font_awesome_flutter) | `10.9.1` | `10.12.0` |
| [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.5.0` | `1.6.0` |
| [uuid](https://github.com/Daegalus/dart-uuid) | `4.5.1` | `4.5.2` |



Updates `bloc` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc-v9.1.0/packages)

Updates `build_runner` from 2.7.0 to 2.10.3
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.7.0...build_runner-v2.10.3)

Updates `file_picker` from 10.3.1 to 10.3.6
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/v10.3.6)

Updates `flutter_native_splash` from 2.4.6 to 2.4.7
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md)
- [Commits](jonbhanson/flutter_native_splash@v2.4.6...v2.4.7)

Updates `font_awesome_flutter` from 10.9.1 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.9.1...10.12.0)

Updates `freezed` from 3.2.0 to 3.2.3
- [Commits](rrousselGit/freezed@freezed-v3.2.0...freezed-v3.2.3)

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 `uuid` from 4.5.1 to 4.5.2
- [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.1...4.5.2)

---
updated-dependencies:
- dependency-name: bloc
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: build_runner
  dependency-version: 2.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: file_picker
  dependency-version: 10.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: flutter_native_splash
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: font_awesome_flutter
  dependency-version: 10.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: freezed
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-dependencies
- dependency-name: http
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: uuid
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-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 Nov 17, 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