kms_flutter 0.1.0 kms_flutter: ^0.1.0 copied to clipboard
Key Management Service for Flutter applications. Supports Keystore (Android), Keychain (iOS / Mac OS X), and browsers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kms_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
kms_flutter: ^0.1.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:kms_flutter/kms_flutter.dart';