pfile_api library

Classes

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

Extensions

PlatformFileWriteExt on PFile

Typedefs

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