Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keymaster

Looking past the corny Ghostbusters reference, this is a simple platform interface for the Apple keychain.

Example

Utilize the static class to interact with the Apple keychain.

Add to pubspec.yaml:

keymaster:
    git:
      url: https://github.com/StonePack/keymaster.git
      ref: v0.0.1

Use

Keymaster.set('infoKey', 'some_secure_info');

Keymaster.fetch('infoKey');

Keymaster.delete('infoKey');

About

iOS keychain platform plugin for Dart

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages