A simple Flutter application that demonstrates a basic login form with email and password validation.
- Validates email and password fields.
- Displays a success message upon successful login.
- Shows an error message for invalid credentials.
- Uses
TextFormFieldfor input fields with validation. - Implements state management using
StatefulWidget.
- Flutter SDK installed. Get Flutter
- A code editor like Visual Studio Code or Android Studio.
- Clone the repository:
git clone https://github.com/Ashenafi0/Flutter.git