supabase_progress_uploads 1.0.0 copy "supabase_progress_uploads: ^1.0.0" to clipboard
supabase_progress_uploads: ^1.0.0 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.0

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';
2
likes
140
pub points
39%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

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