file_picker_darwin 1.0.1 copy "file_picker_darwin: ^1.0.1" to clipboard
file_picker_darwin: ^1.0.1 copied to clipboard

PlatformiOSmacOS

Darwin (iOS and macOS) implementation of the file_picker plugin, supporting native file picking, saving, and directory selection.

example/example.dart

// 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.');
}
0
likes
160
points
37.6k
downloads

Documentation

API reference

Publisher

verified publishermiguelruivo.com

Weekly Downloads

Darwin (iOS and macOS) implementation of the file_picker plugin, supporting native file picking, saving, and directory selection.

Repository (GitHub)
View/report issues
Contributing

Topics

#file-picker #ios #macos #darwin

License

MIT (license)

Dependencies

cross_file, file_picker_platform_interface, flutter, path

More

Packages that depend on file_picker_darwin

Packages that implement file_picker_darwin