/flutter_login_screen

Simple Flutter project to store simple data with flutter_secure_storage

Primary LanguageDart

flutter_login_screen

made by CarloDotLog

linkedin twitter style: very good analysis License: MIT

Description 👀

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

post intro

In local_auth_post branch:
A demo Flutter project with the implementation of biometric authentication.
This branch is related to Biometric Authentication with Flutter

post intro

Getting Started 🚀

To run this project use the launch configuration in VSCode/Android Studio or use the following commands:

$ flutter clean    
$ flutter pub get    
$ flutter run    

Packages used 📦

  • flutter_secure_storage: link
  • local_auth: link