pfile_picker library

Classes

FilePicker
The interface that implementations of file_picker must implement.
FilePickerPlugin
FilePickerResult
PFile
A cross-platform representation of a file, provides some ability to read/cache the data internally in a mutable way, so it can be passed around while it's loading
PlatformFile

Extensions

PlatformFileWriteExt on PFile

Constants

defaultDialogTitle → const String

Typedefs

FileOf = PFile? Function(dynamic type, {String? name, int? size})
PFileToByteStream = Stream<List<int>> Function(PFile file)