biometric_storage 0.2.2+2
biometric_storage: ^0.2.2+2 copied to clipboard
Encrypted data store optionally secured by biometric lock with support for iOS, Android and MacOS.
0.2.2+2 #
- Use legacy plugin platforms structure to be compatible with flutter stable.
0.2.2+1 #
- fixed home page link, updated example README.
0.2.2 #
- Android: Use codegen instead of reflection for json serialization. (Fixes bug that options aren't assed in correctly due to minification)
0.2.1 #
- Android: Fix for having multiple files with different configurations.
- Correctly handle UserCanceled events.
- Define correct default values on dart side (10 seconds validity timeout).
0.2.0 #
- MacOS Support
0.1.0 #
- iOS Support
- Support for non-authenticated storage (ie. secure/encrypted storage, without extra biometric authenticatiton prompts)
- delete()'ing files.
0.0.1 - Initial release #
- Android Support.