background_file_uploader
A Flutter plugin for uploading files in the background with progress notifications. Uses WorkManager on Android and URLSession on iOS for reliable background uploads.
What this package is like to depend on
Last release 4 months ago
15 Apr 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 2 of 2 stable releases
1 version withdrawn
withdrawn after publishing
8 months old
3 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Dec 2025 to Apr 2026
2026
Releases
latest 3-
0.1.315 Apr 2026Release notes
Open source →- Fixed Swift compiler error in NSLog format specifier for iOS
- Removed invalid C-style cast in UploadManager logging
-
0.1.127 Dec 2025Release notes
Open source →- Fixed foreground service type declarations for Android 12+
- Added proper AndroidManifest service configuration
- Improved HTTP request/response logging for debugging
- Fixed OkHttp buffer import issues
- Enhanced error messages and logging
-
0.1.026 Dec 2025 withdrawnRelease notes
Open source →- Initial release
- Background file upload support for Android and iOS
- Android: WorkManager-based background uploads
- iOS: URLSession background task uploads
- Real-time progress tracking via streams
- Native notifications for upload progress
- Support for multipart form data with custom fields
- Custom HTTP headers support
- Upload cancellation
- Comprehensive error handling