secure_pinning_http 0.0.2
secure_pinning_http: ^0.0.2 copied to clipboard
package:http integration for secure_pinning — a BaseClient wrapper with full verb + streaming support, built on secure_pinning's pure-Dart pinning engine.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add secure_pinning_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
secure_pinning_http: ^0.0.2Alternatively, 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:secure_pinning_http/secure_pinning_http.dart';