0xcabrex / login_ui

A simple flutter project to create a login widget. Fully functional UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Signup Page

Empty Username Field

Empty Password Field

Different Passwords

Not Password Compliant

For a password to be password compliant, it needs to have:

- Uppercase characters
- Digits
- Lowercase characters
- Special characters
- Minimum length of 6

Right Credentials

After the right Credentials, You will be redirected to the login page

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.

About

A simple flutter project to create a login widget. Fully functional UI


Languages

Language:Dart 80.7%Language:HTML 16.9%Language:Swift 1.7%Language:Kotlin 0.6%Language:Objective-C 0.2%