Bump file_picker from 12.0.0 to 12.1.2 in the dev-dependencies group - #122
Merged
github-actions[bot] merged 3 commits intoSep 1, 2026
Merged
Conversation
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'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
Bot
deleted the
dependabot/pub/dev-dependencies-475128d675
branch
September 1, 2026 13:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 1 update: file_picker.
Updates
file_pickerfrom 12.0.0 to 12.1.2Commits
fdbaee5Merge remote-tracking branch 'origin/master' into docs/darwin-asset-represent...2db354fstyle(linux): use a block body for resolveOptions440940dtest(linux): test the real narrowing instead of a copy of itb349f5cRevert "docs(linux): replace the placeholder example with a runnable app"22fa4c9fix(linux): resolve the parent window by pid, not by focusfa0bafddocs(linux): replace the placeholder example with a runnable appd1fcb6bdocs(linux): demonstrate resolving parentWindow in the package exampledcad46edocs(linux): show the parentWindow route that actually worksd558a35docs(linux): spell out the X11 and Wayland difference for lockParentWindow5987135docs(linux): document the Linux specific optionsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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