dpop_flutter_dio 0.1.1
dpop_flutter_dio: ^0.1.1 copied to clipboard
Dio integration for dpop_flutter - a DpopInterceptor that attaches DPoP headers to every request and retries once on a DPoP nonce challenge.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dpop_flutter_dioThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dpop_flutter_dio: ^0.1.1Alternatively, 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:dpop_flutter_dio/dpop_flutter_dio.dart';