[file_selector] Add getDirectoryPaths method to the file_selector#6576
[file_selector] Add getDirectoryPaths method to the file_selector#6576eugerossetto wants to merge 1 commit intoflutter:mainfrom
Conversation
be428c5 to
797005c
Compare
797005c to
25c1bbb
Compare
0683c05 to
57561d1
Compare
|
Update from triage: this is still waiting on the implemention PRs to be reviewed and landed. |
|
Status update:
|
|
We've just completed the migration of the plugin code to the flutter/packages repository, as described in https://flutter.dev/go/flutter-plugins-repo-migration, and this repository is now being archived. Unfortunately that means that all in-progress PRs here must be moved to flutter/packages. Please see our instructions for an explanation of how to move your PR, and if you have any issues moving your PR please don't hesitate to reach out in the #hackers-ecosystem channel in Discord. Our apologies that your PR was caught in this one-time transition. We're aware that it's disruptive in the short term, and appreciate your help in getting us to a better long-term state! |
This PR adds the file_selector implementation for retrieving multiple directories paths from a select folder dialog.
This is a continuation of PR #6572, PR #6573 and PR #6575 so these changes will be ready to merge once the new version
2.3.0infile_selector_platform_interfacebecomes available and the Linux and MacOS implementations are ready, before that, there's no point for this to be merged.Issue:
Support for selection of multiple directories, through desktop's native open panel, in 'file_selector' package #74323
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.