https://github.com/ismaildrs/auth-ui-using-flutter
https://github.com/ismaildrs/auth-ui-using-flutter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismaildrs/auth-ui-using-flutter
- Owner: ismaildrs
- Created: 2024-01-23T22:43:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T12:45:55.000Z (over 2 years ago)
- Last Synced: 2024-11-13T19:11:43.067Z (over 1 year 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:

SignUp page:

## 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.