public_key_pinning 1.0.0 copy "public_key_pinning: ^1.0.0" to clipboard
public_key_pinning: ^1.0.0 copied to clipboard

Https Certificate pinning for Flutter. Checks the equality between the known SHA-1 or SHA-256 fingerprint and the SHA-1 or SHA-256 of the target server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add public_key_pinning

With Flutter:

 $ flutter pub add public_key_pinning

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

dependencies:
  public_key_pinning: ^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:public_key_pinning/public_key_pinning.dart';
0
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Https Certificate pinning for Flutter. Checks the equality between the known SHA-1 or SHA-256 fingerprint and the SHA-1 or SHA-256 of the target server.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, http

More

Packages that depend on public_key_pinning

Packages that implement public_key_pinning