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
- Host: GitHub
- URL: https://github.com/ajinasokan/local_auth_android
- Owner: ajinasokan
- License: bsd-3-clause
- Created: 2025-05-13T08:59:40.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-05-13T09:12:57.000Z (about 1 month ago)
- Last Synced: 2025-05-13T10:25:49.204Z (about 1 month ago)
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
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