http_certificate_pinning 3.0.1 copy "http_certificate_pinning: ^3.0.1" to clipboard
http_certificate_pinning: ^3.0.1 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 Flutter:

 $ flutter pub add http_certificate_pinning
copied to clipboard

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

dependencies:
  http_certificate_pinning: ^3.0.1
copied to clipboard

Alternatively, 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:http_certificate_pinning/http_certificate_pinning.dart';
copied to clipboard
132
likes
130
points
35.5k
downloads

Publisher

verified publishersoftarch.dev

Weekly Downloads

2024.09.15 - 2025.03.30

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)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, http

More

Packages that depend on http_certificate_pinning