windows_file_picker_wrapper 1.0.3
windows_file_picker_wrapper: ^1.0.3 copied to clipboard
A rock-solid, deadlock-free native Windows 10/11 File and Folder Picker for Flutter desktop. Uses isolated STA processes to eliminate COM deadlocks and Z-order focus freezes.
1.0.3 #
- Added modern Windows 10/11 Explorer-style folder picker (
pickModernFolder) using COMIFileOpenDialogwithFOS_PICKFOLDERS. - Preserved classic Win32
SHBrowseForFolderWtree-view folder picker aspickClassicFolder. - Enhanced
pickFolderto default to the modern Explorer dialog with optional classic tree-view fallback (useModern: false). - Upgraded
pickFile,pickFiles, andsaveFileto modern COM Common Item Dialogs (IFileOpenDialog/IFileSaveDialog) with worker isolate execution. - Updated the example application demonstrating both modern and classic file and folder pickers.
1.0.2 #
- Added complete iOS/Cupertino-styled example application in
example/. - Achieved 100% dartdoc documentation coverage (160/160 pub points).
- Explicitly declared
platforms: windows:top-level metadata. - Updated homepage and repository metadata for verified publisher
smsgee.com.
1.0.0 #
- Initial release of
windows_file_picker_wrapper. - Modern Windows 10/11
IFileOpenDialog(FOS_PICKFOLDERS) folder browser. - Multi-file
OpenFileDialogwith type filtering and multi-select. - Native
SaveFileDialog. - Isolated out-of-process STA execution.