dir_picker 0.3.1
dir_picker: ^0.3.1 copied to clipboard
A Flutter plugin for picking directories, supporting Android, iOS, macOS, Windows, Linux and Web via FFI and JNI.
0.3.1 #
- Add README usage examples for handling
WebSelectedLocationon web andNativeLocationon native
0.3.0 #
- Breaking:
DirPicker.pick()now returnsSelectedLocation?instead ofUri? - Add
SelectedLocationabstract class withNativeLocation(native platforms) andWebSelectedLocation(web) - Web: return
WebSelectedLocationwrappingFileSystemDirectoryHandle— use.handleto access directory contents via the File System Access API - Web: throw
UnsupportedErroron browsers that do not supportshowDirectoryPicker()(Firefox/Safari)
0.2.1 #
- Fix Swift Package Manager detection on pub.dev
0.2.0 #
- Add Swift Package Manager (SPM) support for iOS and macOS
- Breaking: Rename
MacosOptions.prompt→MacosOptions.acceptLabelfor consistency with other platforms - Add
MacosOptions.messageparameter to customize the panel message - Fix
AndroidOptions.shouldPersistdefault value tofalse
0.1.0 #
- Initial version