splash+ Login Screen App
A functional Flutter application that includes both an Intro (Welcome) Screen and a Login Screen with working navigation and input validation.
Features:
Intro Screen:
Displays app logo and description
Automatically navigates to the Login Screen after a few seconds or via button
Login Screen:
Input fields for email and password
Basic validation for empty fields and correct format
Button to log in and navigate to the main screen/dashboard
Clean and responsive layout following Material Design principles
Technologies Used:
Flutter & Dart
Form validation and navigation with Flutter’s built-in tools
Purpose:
This project was built to practice Flutter navigation, state handling, and form validation, along with creating a user-friendly interface.