This project is a Flutter application that demonstrates the use of biometric authentication using the local_auth package. It opens with a first screen containing a centered button. When the user clicks the button, it triggers the biometric sensor. If the biometric authentication is confirmed, it navigates to the second screen. If not, a toast message saying "Nda bisa" (which means "Cannot" in Indonesian) will be displayed.
- Biometric authentication using the
local_authpackage. - Simple and intuitive user interface with a centered button.
- Feedback message ("Nda bisa") for unsuccessful biometric authentication.
- Flutter SDK installed
- Android or iOS device/emulator for testing
- Clone the repository:
git clone https://github.com/Adnif/biometric-auth-flutter.git- Install the depedencies:
flutter pub get