-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[file_selector] add getDirectoryPaths implementation on Linux #6573
[file_selector] add getDirectoryPaths implementation on Linux #6573
Conversation
fe75c5d to
d2864db
Compare
d2864db to
667f525
Compare
packages/file_selector/file_selector_linux/lib/file_selector_linux.dart
Outdated
Show resolved
Hide resolved
packages/file_selector/file_selector_linux/linux/file_selector_plugin.cc
Outdated
Show resolved
Hide resolved
0cf7ba6 to
fe8c0e5
Compare
|
Changes applied, thanks |
fe8c0e5 to
5b904ba
Compare
898579f to
be33cb1
Compare
be33cb1 to
12039d1
Compare
e677837 to
bb55a74
Compare
35a3574 to
387d68e
Compare
packages/file_selector/file_selector_linux/example/lib/get_multiple_directories_page.dart
Outdated
Show resolved
Hide resolved
Add getDirectoriesPaths to method channel. Increment version to 2.3.0 apply feedback extract assertion method
387d68e to
332d8dc
Compare
332d8dc to
ae9ab80
Compare
|
What's the state of this PR? Is it ready for re-review? |
Yes, it is. |
stuartmorgan-g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@cbracken for second review.
cbracken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,2 @@ | |||
| CMakeCache.txt | |||
| CMakeFiles/ No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extremely pedantic nitpick: add a trailing newline. :)
|
I'm going to land this as-is so we're not doing a new test run just for the newline; if we ever need to touch that file again we can always add the missing newline then. |
|
|
…r#6573) * Add getDirectoriesPaths method to the file_selector_platform_interface Add getDirectoriesPaths to method channel. Increment version to 2.3.0 apply feedback extract assertion method * add getDirectoryPaths Linux implementation * apply rebase * update version to 0.9.1 Co-authored-by: eugerossetto <[email protected]>

This PR adds the Linux implementation for retrieving multiple directories paths from a select folder dialog.
Issue: Support for selection of multiple directories, through desktop's native open panel, in 'file_selector' package #74323
New option on example application
GetDirectoriesPaths
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.