file_picker 12.0.0 copy "file_picker: ^12.0.0" to clipboard
file_picker: ^12.0.0 copied to clipboard

A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_picker

With Flutter:

 $ flutter pub add file_picker

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

dependencies:
  file_picker: ^12.0.0

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/file_picker.dart';
4.95k
likes
0
points
4.05M
downloads

Publisher

verified publishervictorcarreras.dev

Weekly Downloads

A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.

Repository (GitHub)
View/report issues

Topics

#file-picker #files #storage #desktop #web

License

unknown (license)

Dependencies

android_file_picker, cross_file, file_picker_darwin, file_picker_linux, file_picker_platform_interface, file_picker_web, flutter, windows_file_picker

More

Packages that depend on file_picker

Packages that implement file_picker