supabase_progress_uploads 1.0.3
supabase_progress_uploads: ^1.0.3 copied to clipboard
A package for resumable file uploads with progress tracking, integrated with Supabase.
1.0.0 #
- Initial version.
1.0.1 #
- Added the new parameter
enableDebugLogs
to theSupabaseUploadService
initializer to enable debug logs.
1.0.2 #
- Added the new parameter
cacheControl
to theSupabaseUploadService
initializer to set the cache control header.
1.0.3 #
- Added the new parameter
rootPath
to theSupabaseUploadService
initializer to set the root path for the uploaded files.