simple_biometric 0.0.6 copy "simple_biometric: ^0.0.6" to clipboard
simple_biometric: ^0.0.6 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.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
189
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

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_biometric

Packages that implement simple_biometric