secp256r1 0.1.0-dev.8 secp256r1: ^0.1.0-dev.8 copied to clipboard
A Flutter plugin that support secp256r1 by Keystore on Android and Secure Enclave on iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add secp256r1
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
secp256r1: ^0.1.0-dev.8
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:secp256r1/secp256r1.dart';