windows_file_picker_wrapper 1.0.3 copy "windows_file_picker_wrapper: ^1.0.3" to clipboard
windows_file_picker_wrapper: ^1.0.3 copied to clipboard

PlatformWindows

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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add windows_file_picker_wrapper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  windows_file_picker_wrapper: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:windows_file_picker_wrapper/windows_file_picker_wrapper.dart';
1
likes
160
points
207
downloads

Documentation

API reference

Publisher

verified publishersmsgee.com

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on windows_file_picker_wrapper