lean_file_picker library

Enums

FilePickerStatus
The copy status of the selected file.

Functions

pickFile({List<String>? allowedExtensions, List<String>? allowedMimeTypes, FilePickerListener? listener}) Future<File?>
Pick a file using the native file explorer.

Typedefs

FilePickerListener = void Function(FilePickerStatus status)
A listener informing about the copy status of the selected file.