This Flutter application showcases biometric authentication using the local_auth
package, version 2.1.8. The app was developed live and is compatible with Flutter SDK version '>=3.2.3 <4.0.0'. Below is a simple guide to help you understand and run the application.
- Clone the Repository:
git clone https://github.com/neryad/biometric_experiment
Navigate to Project Directory:
flutter pub get
Run the App:
flutter run
Biometric Authentication The app demonstrates biometric authentication using the local_auth package. Biometric methods include fingerprint and face recognition.
local_auth: ^2.1.8 Provides biometric authentication functionality.
Insert a link or embed code for t
biome.mp4
he video demonstration of the app.
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the Flutter community for the continuous support and inspiration. Special thanks to the creators of the local_auth package for simplifying biometric authentication implementation. Feel free to customize this README to suit your project's specific details and requirements. Happy coding!