A simple flutter application that demonstrates authentication with pin or OTP sent via sms and also Fingerprint.
flutter_authentication
A simple flutter application that demonstrates authentication with pin or OTP sent via sms and also Fingerprint.
Getting Started
This project presents a simple UI layout to assist with the demonstration. Structured code to allow users understand the logic.
Android
The permissions for android are compulsory and should be placed inside AndroidManifest.xml as displayed in this project. ‘FlutterFragmentActivity’ is compulsory and should be factored inside MainActivty class as displayed in this project.
IOS
Include the following (excluding the brackets) [ NSFaceIDUsageDescription Why is my app authenticating using face id? ]
inside ios/Runner/info.plist file as demonstrated in this project.
Dependencies
Design Inspiration
Complete Application View

Flutter UI Implementation


