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

 $ dart pub add df_http

With Flutter:

 $ flutter pub add df_http

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

dependencies:
  df_http: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on df_http