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

A pure Dart package for reliable chunked file uploads with automatic resume, persistent session tracking, integrity verification, and seamless recovery from network interruptions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quantum_upload

With Flutter:

 $ flutter pub add quantum_upload

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

dependencies:
  quantum_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:quantum_upload/quantum_upload.dart';
0
likes
150
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart package for reliable chunked file uploads with automatic resume, persistent session tracking, integrity verification, and seamless recovery from network interruptions.

Repository (GitHub)
View/report issues

Topics

#upload #file #chunked #resumable #network

License

MIT (license)

Dependencies

crypto, http, path, shared_preferences, uuid

More

Packages that depend on quantum_upload