cipher_vault 1.1.3
cipher_vault: ^1.1.3 copied to clipboard
A Flutter widget that animates concealed text and reveals a secret.
1.1.3 #
- Fix animation restarts caused by unrelated widget rebuilds
- Apply updated configurations and the correct animation intervals
- Fix
CipherVaultConfigvalue equality - Add configuration validation and Unicode grapheme support
- Add correctly spelled
copyWithlength parameters and deprecate old aliases - Improve tests, example application, documentation, and CI
1.1.2 #
- Now the text does not go beyond the screen
1.1.1 #
- Now it works with GestureDetector. While the password is not shown, the Text widget is used, however, when it is shown, it is used SelectableText
1.1.0 #
- Add Example
- Remove CipherVault.defaulte
- Fix bug with not hidden copy button
1.0.0 #
- Add CipherVault Widget and CipherVault Config