df_http 1.0.1
df_http: ^1.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
httppackage - 🔄 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