df_http 0.0.1 copy "df_http: ^0.0.1" to clipboard
df_http: ^0.0.1 copied to clipboard

Flutter networking helper package that extends the official http client with built-in retries, token refresh, and request/response processing for easier API integration.

df_http #

A lightweight wrapper around the official http package for Flutter/Dart, designed to simplify API requests.
df_http helps you handle retries, token refresh, and request/response processing with minimal boilerplate.


✨ Features #

  • ✅ Built on top of the official http package
  • 🔄 Automatic retries with customizable strategy
  • 🔑 Token refresh support
  • 🧩 Middleware/Interceptor system for request/response processing
  • 📦 Easy JSON handling and error normalization

🚀 Installation #

Add df_http to your pubspec.yaml:

dependencies:
  df_http: ^0.0.1
2
likes
160
points
178
downloads

Publisher

verified publisherdartforce.dev

Weekly Downloads

Flutter networking helper package that extends the official http client with built-in retries, token refresh, and request/response processing for easier API integration.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, http

More

Packages that depend on df_http