keychain_access 1.0.3
keychain_access: ^1.0.3 copied to clipboard
Flutter plugin to access Keychain Access apis on MacOs. Provides a secure way to store and retrieve secure content from the keychain
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add keychain_access
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
keychain_access: ^1.0.3
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:keychain_access/keychain_access.dart';