supabase_progress_uploads 1.0.3 copy "supabase_progress_uploads: ^1.0.3" to clipboard
supabase_progress_uploads: ^1.0.3 copied to clipboard

A package for resumable file uploads with progress tracking, integrated with Supabase.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add supabase_progress_uploads

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  supabase_progress_uploads: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:supabase_progress_uploads/supabase_progress_uploads.dart';
11
likes
140
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

A package for resumable file uploads with progress tracking, integrated with Supabase.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cross_file, flutter, path, path_provider, supabase_flutter, tus_client_dart, uuid

More

Packages that depend on supabase_progress_uploads