ios_background_uploader 0.0.2 copy "ios_background_uploader: ^0.0.2" to clipboard
ios_background_uploader: ^0.0.2 copied to clipboard

PlatformiOS

A Flutter plugin for uploading large files in the background on iOS with progress updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ios_background_uploader

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

dependencies:
  ios_background_uploader: ^0.0.2

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:ios_background_uploader/ios_background_uploader.dart';
6
likes
125
points
190
downloads

Publisher

verified publisherdesireweb.in

Weekly Downloads

A Flutter plugin for uploading large files in the background on iOS with progress updates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ios_background_uploader

Packages that implement ios_background_uploader