windows_file_picker_wrapper 1.0.0 copy "windows_file_picker_wrapper: ^1.0.0" to clipboard
windows_file_picker_wrapper: ^1.0.0 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add windows_file_picker_wrapper

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 dart pub get):

dependencies:
  windows_file_picker_wrapper: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
208
downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on windows_file_picker_wrapper