filepicker_windows 1.0.0 filepicker_windows: ^1.0.0 copied to clipboard
A plugin that uses FFI to offer file selection in Windows using the modern common item dialog box.
filepicker_windows #
File picker for Windows, using the common item dialog.
You'll find a Flutter example in the example\flutter
folder, and some Dart
examples in the example\dart
folder.
At present, Windows support is in preview. To use this package, ensure you are
using the dev
or master
channel of Flutter and enable Windows support with:
flutter channel dev
flutter upgrade
flutter config --enable-windows-desktop