This is a demo Flutter project with a simple login UI with some security checks.
Every branch is related to a blog post.
master has all the functionalities.
In blog_post_branch branch:
A demo Flutter project to store the login credentials in secure encrypted storage.
This branch is related to How to store login credentials, the right way with Flutter
In local_auth_post branch:
A demo Flutter project with the implementation of biometric authentication.
This branch is related to Biometric Authentication with Flutter
To run this project use the launch configuration in VSCode/Android Studio or use the following commands:
$ flutter clean
$ flutter pub get
$ flutter run