folder_picker 0.3.0 copy "folder_picker: ^0.3.0" to clipboard
folder_picker: ^0.3.0 copied to clipboard

A directory picker for Flutter. Select a directory from the filesystem

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add folder_picker

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

dependencies:
  folder_picker: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:folder_picker/folder_picker.dart';
6
likes
40
pub points
43%
popularity

Publisher

unverified uploader

A directory picker for Flutter. Select a directory from the filesystem

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cupertino_icons, filex, flutter, path

More

Packages that depend on folder_picker