background_file_uploader 0.1.1 copy "background_file_uploader: ^0.1.1" to clipboard
background_file_uploader: ^0.1.1 copied to clipboard

A Flutter plugin for uploading files in the background with progress notifications. Uses WorkManager on Android and URLSession on iOS for reliable background uploads.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add background_file_uploader

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

dependencies:
  background_file_uploader: ^0.1.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:background_file_uploader/background_file_uploader.dart';
1
likes
150
points
81
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for uploading files in the background with progress notifications. Uses WorkManager on Android and URLSession on iOS for reliable background uploads.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on background_file_uploader

Packages that implement background_file_uploader