flutter_biometric_crypto 0.1.6
flutter_biometric_crypto: ^0.1.6 copied to clipboard
A Flutter package for biometric-protected encryption of small secrets using Android Keystore and iOS Keychain/Secure Enclave.
Changelog #
All notable changes to this project will be documented in this file.
0.1.5 - 2025-11-24 #
Added #
- Added customizable biometric prompt strings (title, subtitle, description, negative button) to
decryptmethod viaBiometricPromptInfo.
0.1.3 - 2025-01-21 #
Fixed #
- Fixed image rendering on pub.dev by using absolute URLs for documentation assets
0.1.2 - 2025-01-21 #
Added #
- Added official package logo and illustration to documentation
- Improved README structure and visual appeal
Changed #
- Updated documentation assets location to
doc/assets - Refined documentation wording for better clarity
- Moved integration tests to
integration_testdirectory to fix CI/CD and publication issues
0.1.1 - 2025-01-20 #
Changed #
- Updated documentation with improved structure and professional tone
- Updated author information with portfolio link (godfreylebo.dev)
- Enhanced README with better use cases and real-world examples
- Improved code examples and API documentation
Fixed #
- Documentation consistency across all files
- Author metadata alignment
0.1.0 - 2025-01-20 #
Added #
- Initial release
- Biometric-protected encryption using Android Keystore (API ≥ 23)
- Biometric-protected encryption using iOS Keychain/Secure Enclave
- RSA 2048 key pair generation and storage
- Encryption and decryption APIs
- Biometric authentication prompts
- Key management (init, delete)
- Biometric availability checking
- Comprehensive error handling
- Unit and integration tests
- Complete example application
- Professional documentation