flutoryx_uploader 1.0.1 copy "flutoryx_uploader: ^1.0.1" to clipboard
flutoryx_uploader: ^1.0.1 copied to clipboard

A production-grade Flutter plugin for resumable, chunked, background-safe file uploads with real-time speed tracking and ETA estimation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutoryx_uploader

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

dependencies:
  flutoryx_uploader: ^1.0.1

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:flutoryx_uploader/flutoryx_uploader.dart';
1
likes
160
points
--
downloads

Publisher

unverified uploader

A production-grade Flutter plugin for resumable, chunked, background-safe file uploads with real-time speed tracking and ETA estimation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutoryx_uploader

Packages that implement flutoryx_uploader