flutter_file_upload library
Classes
- FileUploader
- High-level uploader API.
- FlutterFileUpload
- PlatformUploader
- Interface for platform-specific uploaders.
- UploadChunk
- Represents a chunk of bytes to upload.
- UploadResult
- Result of an upload operation.
Functions
Typedefs
- UploadProgressCallback = void Function(int bytesSent, int? totalBytes)
- Progress callback providing the number of bytes sent and optional total.