windows_file_picker_wrapper 1.0.3
windows_file_picker_wrapper: ^1.0.3 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 Flutter:
$ flutter pub add windows_file_picker_wrapperThis 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.3Alternatively, 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';