Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismaildrs/auth-ui-using-flutter
https://github.com/ismaildrs/auth-ui-using-flutter
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismaildrs/auth-ui-using-flutter
- Owner: ismaildrs
- Created: 2024-01-23T22:43:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T12:45:55.000Z (10 months ago)
- Last Synced: 2024-10-23T07:43:43.032Z (23 days ago)
- Language: C++
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentification UI using Flutter
## Project preview
Login page:
![Screenshot_1706099379](https://github.com/ismaildrs/auth-ui-using-flutter/assets/104438360/658de1a9-6143-4262-aa19-d386fef5c852)SignUp page:
![Screenshot_1706099406](https://github.com/ismaildrs/auth-ui-using-flutter/assets/104438360/8a6fcd30-c054-464c-8970-313440dc240f)## Why?
In this project, I practiced my flutter knowledge by making a satisfying user interface for the authentification process.
I also tried to make the code as efficient as possible, and make it readable by encapsulating widgets.