keychain_access 1.0.4 copy "keychain_access: ^1.0.4" to clipboard
keychain_access: ^1.0.4 copied to clipboard

PlatformiOSmacOS

Flutter plugin to access Keychain Access apis on MacOS and iOS. 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.4

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';
1
likes
160
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Topics

#security #password #keychain #macos #apple

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on keychain_access