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.

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
1
likes
150
points
55
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