flutter_http_provider 2.0.0 copy "flutter_http_provider: ^2.0.0" to clipboard
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 enableDebugLogs parameter
  • Certificate handling options for development environments
  • Standardized response structure with data_ok/data_nok keys
0
likes
135
points
154
downloads

Publisher

unverified uploader

Weekly Downloads

A robust Flutter package for HTTP request handling with advanced file upload capabilities, isolate support, automatic retries, and comprehensive error management.

Topics

#http #http-client #networking #file-upload #api

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_models_provider, http, retry

More

Packages that depend on flutter_http_provider