Login UI Design
A Flutter project that gives basic flutter design to implement a login UI.
Getting Started
This project demonstrates a widget to make a fully functioning login UI.
Please integrate database or other things on your own. I hardcorded the credentials.
Username: username
Password: password123
They are case sensitive.
Screenshots of the Login UI Design
Landing Page
Entering wrong credentials
Right Credentials
Successful login
The “Sucessful Login” page is just a placeholder to demonstrate the MaterialPageRoute
function.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.