filepicker_windows 2.1.0 filepicker_windows: ^2.1.0 copied to clipboard
A package that allows file and directory selection for Windows using common dialog controls.
2.1.0 #
- Add
addToRecentDocuments
field to control whether an item being opened or saved will be added to the recent documents list. - Add
dereferenceLinks
field to specify whether shortcuts should be treated as their target items. - Add
showHiddenAndSystemItems
field to control whether hidden and system items are displayed in the file dialog. - Bump minimum required Dart version to
3.2.0
.
2.0.11 #
- Improved code quality.
2.0.10 #
- Improved code quality.
- Improved documentation.
- Added example for selecting a directory.
2.0.9 #
- Add
getFiles()
method into theOpenFilePicker
to enable selecting multiple files (#12, thanks to @ritheshSalyan)
2.0.8 #
- Add support for setting the initial directory (#23, thanks to @amarland)
2.0.7 #
- Fix crashes in v2.0.6 (#24)
2.0.6 #
- Update win32 dependency
2.0.5 #
- Tidy up folders and remove some potential memory leaks
2.0.4 #
- Update win32 dependency
2.0.3 #
- Update win32 dependency
2.0.2 #
- Upgrade dependencies and resolve lint warnings
2.0.1 #
- Upgrade win32 dependency
2.0.0 #
- Enable sound null safety
1.0.0 #
- Mark as stable version
- Update to new Windows template for example application
- Update package dependencies
0.1.2 #
- Update APIs
0.1.0 #
- Basic implementation using win32.
- Add example that shows using OpenFileDialog to select desktop wallpaper.