Skip to content

Bump file_picker from 12.0.0-beta.5 to 12.0.0-beta.7#9

Merged
omeritzics merged 1 commit into
mainfrom
dependabot/pub/file_picker-12.0.0-beta.7
Jul 18, 2026
Merged

Bump file_picker from 12.0.0-beta.5 to 12.0.0-beta.7#9
omeritzics merged 1 commit into
mainfrom
dependabot/pub/file_picker-12.0.0-beta.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps file_picker from 12.0.0-beta.5 to 12.0.0-beta.7.

Release notes

Sourced from file_picker's releases.

12.0.0-beta.7

No release notes provided.

12.0.0-beta.6

What's Changed

New Contributors

Full Changelog: miguelpruivo/flutter_file_picker@v12.0.0-beta.5...v12.0.0-beta.6

Changelog

Sourced from file_picker's changelog.

12.0.0-beta.7

Web

  • Ensures XFile.fromData is only used on the web if bytes is not null, preventing potential null check errors.

12.0.0-beta.6

General

  • Improved PlatformFile.readAsBytes() so picked files can be read even when withData was not used and the file only has a local path or a stream source.
  • FileType.custom now shares a consistent allowedExtensions validation across platforms, throwing ArgumentError when filters are missing or used with a non-custom file type.
  • The ffi, win32, and flutter_lints dependencies have been updated.

Android

  • Prevents unresolved references when extracting hashCode under a forced JVM version. #2070
Commits
  • 7fbe3ad Merge pull request #2075 from daniJimen/feature/fix_web_issue_with_xfile
  • a805298 Merge branch 'master' into feature/fix_web_issue_with_xfile
  • e51213d Clean up formatting in CHANGELOG.md
  • f85c933 Bump version to 12.0.0-beta.7
  • fc64c32 Ensure XFile.fromData is only used when bytes are non-null on Web
  • 2867a4e Fix PlatformFile.xFile getter on web when bytes are null
  • 3dcf7a4 Merge pull request #2072 from daniJimen/feature/update_dependencies
  • b6995c1 Update CHANGELOG.md
  • 992055a Improve CHANGELOG.md formatting
  • b497609 Update CHANGELOG.md with dependency changes
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jun 22, 2026

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request is currently empty and does not contain any file changes. While the title indicates an upgrade of the file_picker dependency to 12.0.0-beta.7, no modifications have been made to the pubspec.yaml or any other project files. As a result, the intended improvements—including web-based null check fixes and platform-specific file reading enhancements—are not implemented. This PR is not ready for merge as it provides no code or manifest updates.

About this PR

  • The PR implementation is entirely missing; there are no file changes in the provided diff, meaning the requested dependency update and associated technical improvements have not been applied to the codebase.

Test suggestions

  • Verify file_picker version update in pubspec.yaml
  • Verify XFile.fromData handles null bytes on web platform
  • Verify PlatformFile.readAsBytes() fallback for path-based files
  • Verify FileType.custom throws ArgumentError when filters are missing
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify `file_picker` version update in `pubspec.yaml`
2. Verify `XFile.fromData` handles null bytes on web platform
3. Verify `PlatformFile.readAsBytes()` fallback for path-based files
4. Verify `FileType.custom` throws `ArgumentError` when filters are missing

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@codacy-production

codacy-production Bot commented Jul 1, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 12.0.0-beta.5 to 12.0.0-beta.7.
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](miguelpruivo/flutter_file_picker@v12.0.0-beta.5...v12.0.0-beta.7)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 12.0.0-beta.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pub/file_picker-12.0.0-beta.7 branch from 74c84b2 to 462d55c Compare July 18, 2026 21:48
@omeritzics
omeritzics merged commit 973656f into main Jul 18, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/pub/file_picker-12.0.0-beta.7 branch July 18, 2026 21:51
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