A clean and modern Flutter Authentication UI project that includes Welcome, Login, and Signup screens with custom fonts and responsive design.
- ✨ Welcome Screen with navigation to Login / Signup
- 🔑 Login Screen with email & password fields
- 📝 Signup Screen with personal info (name, email, phone, password)
- 🎨 Custom UI styling with
google_fonts
- 📐 Built with Material Design & fully responsive
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
google_fonts: ^6.3.1
-
Clone the repository
git clone https://github.com/your-username/app.git cd app
-
Install packages
flutter pub get
-
Run the app
flutter run
lib/
│── main.dart # Entry point
│
└── pages/
├── welcome.dart # Welcome screen
├── login.dart # Login screen
└── signup.dart # Signup screen
- 🔐 Integrate real authentication (Firebase / REST API)
- 🌙 Add Dark Mode support
- 💻 Optimize layout for tablets & web
Developed with by Khaled Kamal
🎥 Check out the full explanation on YouTube → Watch Here