fp_resumable_uploads 0.0.3+native-patch
fp_resumable_uploads: ^0.0.3+native-patch copied to clipboard
The FlutterResumableUploads package provides functionality for uploading large video files in chunks, allowing for pausing and resuming uploads as needed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fp_resumable_uploadsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fp_resumable_uploads: ^0.0.3+native-patchAlternatively, 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:fp_resumable_uploads/flutter_resumable_uploads.dart';
import 'package:fp_resumable_uploads/models/error.dart';
import 'package:fp_resumable_uploads/models/progress_model.dart';
import 'package:fp_resumable_uploads/models/video_upload_state_model.dart';
import 'package:fp_resumable_uploads/services/video_upload_service.dart';
import 'package:fp_resumable_uploads/utils/constants.dart';