Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/omjogani/authentication-sqflite-flutter
- Owner: omjogani
- Created: 2022-08-27T12:44:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T16:50:54.000Z (over 2 years ago)
- Last Synced: 2024-11-22T07:29:40.662Z (2 months ago)
- Topics: authentication, flutter, flutter-ui, localstorage, sqflite
- Language: Dart
- Homepage:
- Size: 666 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!