Parth27904 / flutter_login_screen

Simple Flutter project to store simple data with flutter_secure_storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Flutter project to store simple data with flutter_secure_storage


Languages

Language:Dart 85.6%Language:Ruby 8.9%Language:Swift 2.6%Language:Kotlin 2.6%Language:Objective-C 0.2%