appplayer_secure_core 0.1.0
appplayer_secure_core: ^0.1.0 copied to clipboard
Pure-Dart security primitives — signatures, secure-storage ports, cryptography, trust chains, audit logging, mutual-auth ports, and at-rest sealing. No Flutter dependency.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add appplayer_secure_coreWith Flutter:
$ flutter pub add appplayer_secure_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
appplayer_secure_core: ^0.1.0Alternatively, your editor might support dart pub get or 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_core/appplayer_secure_core.dart';