flutter_chunked_upload 1.0.0 copy "flutter_chunked_upload: ^1.0.0" to clipboard
flutter_chunked_upload: ^1.0.0 copied to clipboard

A robust Flutter package for chunked file uploads with resume, progress tracking, queue management, and persistent storage. Supports pause, resume, cancel, and priority-based upload queue. Ideal for l [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_chunked_upload

With Flutter:

 $ flutter pub add flutter_chunked_upload

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

dependencies:
  flutter_chunked_upload: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_chunked_upload/flutter_chunked_upload.dart';
10
likes
0
points
60
downloads

Publisher

verified publisherakshya.site

Weekly Downloads

A robust Flutter package for chunked file uploads with resume, progress tracking, queue management, and persistent storage. Supports pause, resume, cancel, and priority-based upload queue. Ideal for large file uploads in unreliable network conditions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, connectivity_plus, flutter, flutter_local_notifications, hive, hive_flutter, http, path, path_provider, rxdart

More

Packages that depend on flutter_chunked_upload