filesystem_picker library

Classes

Path element description class for breadcrumbs
Scrolling horizontal breadcrumbs with Icons.chevron_right separator and fade on the right.
FilesystemPicker
FileSystem file or folder picker dialog.

Enums

FilesystemType
Enumeration with options for display types of the file system.
FileTileSelectMode
Mode for selecting files. Either only the button in the trailing of ListTile, or onTap of the whole ListTile.

Typedefs

RequestPermission = Future<bool> Function()
Access permission request signature.
ValueSelected = void Function(String value)
Value selection signature.