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