simple_biometric 0.1.1 copy "simple_biometric: ^0.1.1" to clipboard
simple_biometric: ^0.1.1 copied to clipboard

A Flutter plugin for easy implementation of biometric authentication (fingerprint, face ID, etc.) on Android and iOS, with support for different biometric types and error handling.

0.1.1 #

  • Documentation: Updated Ko-fi support link in README.md and pubspec.yaml.

0.1.0 #

  • BREAKING CHANGE: Migrated communication layer to Pigeon for type-safe cross-platform method calls.
  • New Feature (Android): Added getAndroidBiometricTypes() to detect multiple available biometric hardware types (Fingerprint, Face, Iris).
  • New Feature (Android): Added AndroidBiometricType enum.
  • Documentation: Added comprehensive Dartdocs to all public APIs and enums.
  • Refactor: Updated example app to a full "Biometric Capabilities Dashboard" for better testing and visualization.
  • Fix: Resolved build issues by updating Android Gradle Plugin (AGP) to 8.2.0 and Gradle to 8.3.

0.0.6 #

  • Added handling for BIOMETRIC_LOCKOUT and BIOMETRIC_LOCKOUT_PERMANENT in the showBiometricPrompt function for both Android and iOS.
  • Updated the documentation to reflect the behavior of iOS and Android regarding biometric lockout.
  • Formatted the code using dart format.
  • Passed dart analyze with no issues.
  • Updated README.md.

0.0.5 #

  • Enabled "AUTH_FAILED" in the showBiometricPrompt function.
  • Formatted the code using dart format.
  • Passed dart analyze with no issues.
  • Updated README.md.
  • Improved the package description in pubspec.yaml.

0.0.4 #

  • Updated README.md

0.0.3 #

  • Modified checkBiometricType function in iOS to return the type of biometry available on the device by hardware, regardless of whether it is configured or not.
  • Refactored example code to version 0.0.2.
  • Edited README.md.

0.0.2 #

  • Updated README.md with preliminary configurations for Android and iOS.

0.0.1 #

  • Initial release of the Simple Biometric plugin.
  • Added biometric authentication feature.
  • Fixed issues with plugin_platform_interface dependency.
5
likes
160
points
157
downloads

Publisher

verified publisheratokatl.dev

Weekly Downloads

A Flutter plugin for easy implementation of biometric authentication (fingerprint, face ID, etc.) on Android and iOS, with support for different biometric types and error handling.

Repository (GitLab)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_biometric

Packages that implement simple_biometric