A new Flutter project. This project is all about designing and Implimenting Code to get Login Screen with a modern UI using the latest features offered by Flutter. In a total of three parts we will create a unique background using Flutter and Dart, design appealing input fields for the best user experience and include eye-caching UI for a smooth feeling In this Project basically Three design UI Screen.
- Login screen with email and password fields
- "Create a Account" button to navigate to a screen for creating a new account
- "Forgot Password" button to reset a forgotten password
- Uses Material design and has a white background with a Scaffold layout
- Email and password fields have custom input decorations
Color | Hex |
---|---|
Outrageous Orange | #ff6633 |
White | #FFFFFF |
Black | #000000 |
To run this app, you will need to have Flutter installed on your machine.
- Clone the repository
git clone https://github.com/ahsanalisk/M-Box-Login-UI.git
- Navigate to the project directory
cd M-Box-Login-UI
- Install dependencies
flutter pub get
- Run the app
flutter run
- Flutter - The mobile development framework used
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Ahsan Ali