background_http_client 0.0.7
background_http_client: ^0.0.7 copied to clipboard
A Flutter plugin for background HTTP client operations with Dio-like interface
CHANGELOG for background_http_client #
0.0.7 #
0.0.5 #
Added in 0.0.5 #
- Pending task management
- Task cancellation
- Task completion event handling
- Mutex and actor-based synchronization for task creation
0.0.4 #
Added in 0.0.4 #
- Comprehensive HTTP request handling and data management
- WorkManager integration and caching
- Task cancellation handling in HttpRequestWorker for WorkManager
Fixed in 0.0.4 #
- Multipart request handling
- Error logging
Removed in 0.0.4 #
- Unused BackgroundHttpClientPlugin components
- Deprecated getPlatformVersion tests
0.0.1 #
- Initial release