dir_picker 0.3.1 copy "dir_picker: ^0.3.1" to clipboard
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 WebSelectedLocation on web and NativeLocation on native

0.3.0 #

  • Breaking: DirPicker.pick() now returns SelectedLocation? instead of Uri?
  • Add SelectedLocation abstract class with NativeLocation (native platforms) and WebSelectedLocation (web)
  • Web: return WebSelectedLocation wrapping FileSystemDirectoryHandle — use .handle to access directory contents via the File System Access API
  • Web: throw UnsupportedError on browsers that do not support showDirectoryPicker() (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.promptMacosOptions.acceptLabel for consistency with other platforms
  • Add MacosOptions.message parameter to customize the panel message
  • Fix AndroidOptions.shouldPersist default value to false

0.1.0 #

  • Initial version
2
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for picking directories, supporting Android, iOS, macOS, Windows, Linux and Web via FFI and JNI.

Repository (GitHub)
View/report issues

Topics

#dir-picker #directory #picker #ffi #jni

Documentation

API reference

License

MIT (license)

Dependencies

dbus, ffi, flutter, flutter_web_plugins, jni, web

More

Packages that depend on dir_picker

Packages that implement dir_picker