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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_picker_darwin

With Flutter:

 $ flutter pub add file_picker_darwin

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  file_picker_darwin: ^1.0.3

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:file_picker_darwin/file_picker_darwin.dart';
0
likes
0
points
244k
downloads

Publisher

verified publishervictorcarreras.dev

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

Topics

#file-picker #ios #macos #darwin

License

unknown (license)

Dependencies

cross_file, file_picker_platform_interface, flutter, path

More

Packages that depend on file_picker_darwin

Packages that implement file_picker_darwin