client/upload/upload_provider library

Classes

UploadNotifier

Properties

uploadProgressStreamProvider → StreamProvider<UploadProgress>
Watch this stream to show a real-time upload progress bar.
final
uploadProvider → StateNotifierProvider<UploadNotifier, AsyncValue<ApiResult>>
State: the result of the last upload (or null if none yet).
final