file_picker_desktop 1.0.2
file_picker_desktop: ^1.0.2 copied to clipboard
A package that allows you to use a native file explorer on Windows, macOS, and Linux to pick a directory or one or multiple files, with extension filtering support.
1.0.2 #
- Fix issue #4 Cannot open file in MacOS:
picking files or directories on USB sticks / external hard drives caused an exception due to the missing prefix
/Volumes/in the file path
1.0.1 #
- Fix README: forgot to update version in README after leasing v1.0.0
1.0.0 #
- Fig bug in macOS implementation: the argument string for osascript was wrapped twice in quotes so that osascript didn't interpret the arguments and completed immediately
- Fix file extension filters on macOS
- Escape title of file picker dialog on macOS to allow double quotes, line breaks, and backslashes
- Manually test implementation on macOS. It works! 🥳
1.0.0-dev.1 #
- Implement picking files and directories for all three platforms: Linux, macOS, and Windows
- The implementation was tested manually on Linux and Windows.
- Couldn't test whether the implementation works on macOS, too.