Skip to content

mr-solution47/Flutter-Authentication-UI

 
 

Repository files navigation

Flutter Authentication UI 🚀

A clean and modern Flutter Authentication UI project that includes Welcome, Login, and Signup screens with custom fonts and responsive design.


📸 Screenshots


🛠 Features

  • 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

dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^1.0.8
  google_fonts: ^6.3.1

▶️ Getting Started

  1. Clone the repository

    git clone https://github.com/your-username/app.git
    cd app
  2. Install packages

    flutter pub get
  3. Run the app

    flutter run

📂 Project Structure

lib/
│── main.dart        # Entry point
│
└── pages/
    ├── welcome.dart # Welcome screen
    ├── login.dart   # Login screen
    └── signup.dart  # Signup screen

🚀 Roadmap / Future Improvements

  • 🔐 Integrate real authentication (Firebase / REST API)
  • 🌙 Add Dark Mode support
  • 💻 Optimize layout for tablets & web

👨‍💻 Author

Developed with by Khaled Kamal

🎥 Check out the full explanation on YouTube → Watch Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 37.2%
  • CMake 30.5%
  • Dart 24.9%
  • Swift 3.0%
  • C 2.2%
  • HTML 1.9%
  • Other 0.3%