df_http 2.0.0
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_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
df_http: ^2.0.0Alternatively, 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';