An open API service indexing awesome lists of open source software.

https://github.com/ajinasokan/local_auth_android

Fork of official local_auth_android with support for devices without fingerprint sensor
https://github.com/ajinasokan/local_auth_android

Last synced: about 1 month ago
JSON representation

Fork of official local_auth_android with support for devices without fingerprint sensor

Awesome Lists containing this project

README

        

This is a fork of offical local_auth_android lib with patches to support devices without fingerprint sensor.

## Usage

```yaml
dependency_overrides:
local_auth_android:
git:
url: https://github.com/ajinasokan/local_auth_android
ref:
```

## androidx.biometric

Flutter local_auth is still using biometric lib from 2021 which does't have patches for devices like Poco C3 and Redmi 10A which doesn't have a fingerprint sensor.

Using alpha version of androidx biometric lib `androidx.biometric:biometric:1.2.0-alpha05` for the new patches.

## stickyAuth

Need to disable sticky auth, otherwise the non biometric auth page shows up twice:

Issue: https://github.com/flutter/flutter/issues/157249