flutoryx_uploader 1.0.0
flutoryx_uploader: ^1.0.0 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_uploaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutoryx_uploader: ^1.0.0Alternatively, 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';