appplayer_secure 0.1.3
appplayer_secure: ^0.1.3 copied to clipboard
AppPlayer security library (merged) — domain-neutral primitives (SIGN/STORE/CRYPTO/TRUST/AUDIT/MAUTH/BIO) + AppPlayer domain layer (roles/events/facade).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appplayer_secureThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appplayer_secure: ^0.1.3Alternatively, 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:appplayer_secure/appplayer_secure.dart';