fp_resumable_uploads 0.0.3+native-patch copy "fp_resumable_uploads: ^0.0.3+native-patch" to clipboard
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_uploads

This 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-patch

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: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';
2
likes
160
points
0
downloads

Publisher

verified publisherfastpix.io

Weekly Downloads

The FlutterResumableUploads package provides functionality for uploading large video files in chunks, allowing for pausing and resuming uploads as needed.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on fp_resumable_uploads