Face ID in android device

Hello everyone,

I’m facing an issue with Face ID authentication on Android while using the local_auth package in Flutter.

Issue:

  • My device supports both Face ID and Fingerprint authentication.
  • When I prompt the user for biometric authentication, only Fingerprint is available—Face ID never appears.
  • I want the user to have the option to use either Face ID or Fingerprint for authentication.

May be this helps: [local_auth] Phone preferred auth is face but print fingerprint. authenticateWithBiometrics failed · Issue #45775 · flutter/flutter · GitHub