Skip to content

Bump file_picker from 12.0.0 to 12.1.2 in the dev-dependencies group - #122

Merged
github-actions[bot] merged 3 commits into
mainfrom
dependabot/pub/dev-dependencies-475128d675
Sep 1, 2026
Merged

Bump file_picker from 12.0.0 to 12.1.2 in the dev-dependencies group#122
github-actions[bot] merged 3 commits into
mainfrom
dependabot/pub/dev-dependencies-475128d675

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 1 update: file_picker.

Updates file_picker from 12.0.0 to 12.1.2

Commits
  • fdbaee5 Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...
  • 2db354f style(linux): use a block body for resolveOptions
  • 440940d test(linux): test the real narrowing instead of a copy of it
  • b349f5c Revert "docs(linux): replace the placeholder example with a runnable app"
  • 22fa4c9 fix(linux): resolve the parent window by pid, not by focus
  • fa0bafd docs(linux): replace the placeholder example with a runnable app
  • d1fcb6b docs(linux): demonstrate resolving parentWindow in the package example
  • dcad46e docs(linux): show the parentWindow route that actually works
  • d558a35 docs(linux): spell out the X11 and Wayland difference for lockParentWindow
  • 5987135 docs(linux): document the Linux specific options
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 dev-dependencies group with 1 update: [file_picker](https://github.com/miguelpruivo/flutter_file_picker/tree/master/packages).


Updates `file_picker` from 12.0.0 to 12.1.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/file_picker-v12.1.2/packages)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 12.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 Aug 31, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 31, 2026 15:44
Dependabot's minimal lockfile update raised
file_picker_platform_interface to 3.2.0 but left android_file_picker
at 1.0.1, which still implements the 3.0.x interface. That mismatch
broke test compilation:

  FilePickerAndroid.pickFile has fewer named arguments than those of
  overridden method FilePickerPlatform.pickFile

Bump android_file_picker to 1.0.3, the first release that depends on
file_picker_platform_interface ^3.2.0.

Also regenerate the macOS plugin registrant, which still imported the
pre-12.x monolithic `file_picker` module instead of `file_picker_darwin`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012R5AzYAqAGjwjueMswUHk6
file_picker 12.1.2 declared loose constraints on its platform
implementations (android_file_picker ^1.0.0, file_picker_linux ^1.0.0,
windows_file_picker ^1.0.0, file_picker_web ^3.0.0) while requiring
file_picker_platform_interface ^3.2.0. Those older implementations still
target the 3.0.x interface, so resolution could pick a combination that
does not compile:

  FilePickerLinux.pickFile doesn't have the named parameter
  'darwinOptions' of overridden method 'FilePickerPlatform.pickFile'

12.1.3 tightens every platform constraint to the interface-3.2.0
releases, so the correct set is now resolved by construction rather than
relying on a hand-pinned lockfile that a later `pub upgrade` could
unwind.

Resolves to: android_file_picker 1.0.3, file_picker_darwin 1.0.4,
file_picker_linux 1.0.2, windows_file_picker 1.1.0, file_picker_web
3.0.3, all against file_picker_platform_interface 3.2.0.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012R5AzYAqAGjwjueMswUHk6
@github-actions
github-actions Bot merged commit 2c002eb into main Sep 1, 2026
3 checks passed
@github-actions
github-actions Bot deleted the dependabot/pub/dev-dependencies-475128d675 branch September 1, 2026 13:57
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