background_file_uploader 0.1.1
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.
0.1.1 #
- 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.0 #
- 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