biometric_auth_package 0.0.1
biometric_auth_package: ^0.0.1 copied to clipboard
Biometric authentication for flutter application.
biometric_auth_package
Features
User can able to authenticate with biometric on android and ios application
Getting started
Local Auth wall redirect user to a widget when authenticated and another if not.
Usage
In this example we use MaterialApp.builder to encapsulate all app routes bellow our ChangeNotifierProvider, so anytime its possible to call context.read
However, you can use LocalAuthWall in any place, with the limitation that only widgets bellow will be able to call context.read
Additional information
In this example we use MaterialApp.builder to encapsulate all app routes bellow our ChangeNotifierProvider, so anytime its possible to call context.read
However, you can use LocalAuthWall in any place, with the limitation that only widgets bellow will be able to call context.read