upload_flow_manager library

Enums

UploadStatus

Typedefs

PickItems = Future<List<String>> Function(BuildContext context, WidgetRef ref)
PreviewGenerator = Widget Function(BuildContext context, WidgetRef ref, String filepath)
UpdateProgress = void Function(int taskId, double progress)
UpdateStatusFn = void Function(int taskId, {String? response, required UploadStatus status})