file_picker_darwin 1.0.1
file_picker_darwin: ^1.0.1 copied to clipboard
Darwin (iOS and macOS) implementation of the file_picker plugin, supporting native file picking, saving, and directory selection.
// An example demonstrating the usage of file_picker_darwin.
import 'package:file_picker_darwin/file_picker_darwin.dart';
void main() {
FilePickerDarwin.registerWith();
print('Registered file_picker_darwin implementation.');
}