dpop_flutter_http 0.1.1
dpop_flutter_http: ^0.1.1 copied to clipboard
package:http integration for dpop_flutter - a thin DpopHttpClient wrapper that attaches DPoP Authorization/DPoP headers to every request.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dpop_flutter_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dpop_flutter_http: ^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_http/dpop_flutter_http.dart';