Skip to content

fingersonfire/keymaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published