df_http 2.0.0 copy "df_http: ^2.0.0" to clipboard
df_http: ^2.0.0 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add df_http

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  df_http: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:df_http/df_http.dart';
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

firebase_crashlytics, flutter, http

More

Packages that depend on df_http