keychain_access 1.0.2 copy "keychain_access: ^1.0.2" to clipboard
keychain_access: ^1.0.2 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 Dart:

 $ dart pub add keychain_access

With Flutter:

 $ flutter pub add keychain_access

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  keychain_access: ^1.0.2

Alternatively, 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:keychain_access/keychain_access.dart';
1
likes
0
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to access Keychain Access apis on MacOs. Provides a secure way to store and retrieve secure content from the keychain

Repository (GitHub)
View/report issues

Topics

#security #password #keychain #macos #apple

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on keychain_access

Packages that implement keychain_access