fastpix_resumable_uploader 1.0.0
fastpix_resumable_uploader: ^1.0.0 copied to clipboard
A robust Flutter package for uploading large video and audio files with advanced features like chunked uploads, pause/resume functionality, network resilience, comprehensive progress tracking, and det [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fastpix_resumable_uploaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fastpix_resumable_uploader: ^1.0.0Alternatively, 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:fastpix_resumable_uploader/fastpix_resumable_uploader.dart';