ios_background_uploader 0.0.2
ios_background_uploader: ^0.0.2 copied to clipboard
A Flutter plugin for uploading large files in the background on iOS with progress updates.
iOS Background Uploader #
A Flutter plugin for background file uploads on iOS using URLSession
with real-time progress updates.
This plugin is ideal for apps needing large file uploads (like images, videos, or documents) while supporting true background execution.
✨ Features #
✅ Upload files in the background
✅ Supports multiple file uploads
✅ Real-time progress updates via a Stream
✅ Custom headers and form fields
✅ Written in Swift, lightweight, and dependency-free
📦 Installation #
Add the dependency to your pubspec.yaml
:
dependencies:
ios_background_uploader: ^0.0.2