flutter_biometric_crypto 0.1.6 copy "flutter_biometric_crypto: ^0.1.6" to clipboard
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.6 - 2025-11-25 #

Fixed #

  • Corrected version number in documentation installation instructions.

0.1.5 - 2025-11-24 #

Added #

  • Added customizable biometric prompt strings (title, subtitle, description, negative button) to decrypt method via BiometricPromptInfo.

0.1.4 - 2025-01-21 #

Fixed #

  • Corrected version number in documentation installation instructions

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_test directory 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
2
likes
150
points
184
downloads

Publisher

verified publishergodfreylebo.dev

Weekly Downloads

A Flutter package for biometric-protected encryption of small secrets using Android Keystore and iOS Keychain/Secure Enclave.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_biometric_crypto

Packages that implement flutter_biometric_crypto