sidekick_vault 0.3.0 sidekick_vault: ^0.3.0 copied to clipboard
Reads project secrets from a local filesystem
0.3.0 #
- Requires Dart 2.14
- New
EncryptedVaultString
defines a value invault
before accessing it. Usetext
to access the content and prompt for the password - Use the
Vault.encryptedString(String fileName)
extension to create aEncryptedVaultString
0.2.0 #
- Document and add example
0.1.0 #
- First release