Login App built with Flutter.
This application provides a clean and simple authentication flow.
Users can log in using email and password through a clear interface.
Main features
• Email and password validation
• Secure input fields with password masking
• Responsive layout for different screen sizes
• Clean UI with structured spacing
• Reusable custom text fields and buttons
• Navigation to sign up screen
The app follows a structured architecture.
Form validation prevents invalid data submission.
Navigation is handled smoothly using named routes.
This project demonstrates UI design skills, form handling, state management, and clean code practices in Flutter.