flutter_http_provider 2.0.0
flutter_http_provider: ^2.0.0 copied to clipboard
A robust Flutter package for HTTP request handling with advanced file upload capabilities, isolate support, automatic retries, and comprehensive error management.
1.0.0 #
- Initial stable release
- Full HTTP support: GET, POST, PUT, DELETE, and UPLOAD operations
- Automatic retry logic for network failures (SocketException, TimeoutException)
- Isolate support for background execution of heavy operations
- Chunked file upload support for large files via
UploadSession - Cross-platform compatibility: iOS, Android, Web, macOS, Linux, Windows
- Configurable debug logging with
enableDebugLogsparameter - Certificate handling options for development environments
- Standardized response structure with
data_ok/data_nokkeys