rk_pki 0.4.0
rk_pki: ^0.4.0 copied to clipboard
Certificates, mutual TLS and a per-installation certificate authority for Dart, over a native library built on rustls-webpki, rcgen and aws-lc-rs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rk_pkiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rk_pki: ^0.4.0Alternatively, 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:rk_pki/rk_pki.dart';