windows_file_picker 1.0.1
windows_file_picker: ^1.0.1 copied to clipboard
Windows implementation of the file_picker plugin using Win32 COM APIs for native file and directory picking.
// An example demonstrating the usage of windows_file_picker.
import 'package:windows_file_picker/windows_file_picker.dart';
void main() {
FilePickerWindows.registerWith();
print('Registered windows_file_picker implementation.');
}