Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omjogani/authentication-sqflite-flutter

A Flutter Application which uses SQLite Authentication with Email and Password...
https://github.com/omjogani/authentication-sqflite-flutter

authentication flutter flutter-ui localstorage sqflite

Last synced: 13 days ago
JSON representation

A Flutter Application which uses SQLite Authentication with Email and Password...

Awesome Lists containing this project

README

        

# Flutter Authentication using SQLite

![Banner](https://github.com/omjogani/authentication-sqflite-flutter/blob/master/assets/images/Banner.png?raw=true "Banner")

In this project I have implemented minimalistic User Interface of User Authentication using SQFLite in Flutter. User must be register in order to get authorized in the application. Once User is register then he/she will be able to login with their credentials and use the application.

All the Data will be stored locally because of SQLite so, once a data of the application got cleared then No user will be able to restore their credentials.

## Packages Used

sqflite
flutter_svg
path_provider
path

>If you found this useful, make sure to give it a star 🌟

## Thank You!!