ssl_pinning_plugin 2.0.0 copy "ssl_pinning_plugin: ^2.0.0" to clipboard
ssl_pinning_plugin: ^2.0.0 copied to clipboard

SSL Pinning plugin for HTTP requests (Validation by SHA-1 or SHA-256).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ssl_pinning_plugin

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

dependencies:
  ssl_pinning_plugin: ^2.0.0

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:ssl_pinning_plugin/ssl_pinning_plugin.dart';
70
likes
150
pub points
89%
popularity

Publisher

unverified uploader

SSL Pinning plugin for HTTP requests (Validation by SHA-1 or SHA-256).

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on ssl_pinning_plugin