Skip to content

Umerjamshaid/BabyShopHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎈 BabyShopHub – Modern Baby Shopping Experience

A sleek Flutter e-commerce application designed specifically for baby products, featuring a modern UI and seamless user experience.


⭐ Features

  • 🚀 Interactive Splash Screen
  • 🔐 Secure Authentication System
  • 📱 Device Preview Support
  • 🎯 BLoC Pattern State Management
  • 🎨 Custom Material Theme
  • 📐 Responsive Design

🛠️ Technical Stack

Technology Version
Flutter ^3.8.1
flutter_bloc ^9.1.1
device_preview ^1.3.1
flutter_svg ^2.2.0

🚀 Getting Started

Prerequisites

  • Flutter SDK (^3.8.1)
  • Windows 10/11
  • VS Code or Android Studio
  • Git

Installation

1️⃣ Clone the repository

git clone https://github.com/yourusername/babyshophub.git
cd babyshophub

2️⃣ Install dependencies

flutter pub get

3️⃣ Run the application

flutter run

📁 Project Structure

babyshophub/
├── lib/
│   ├── core/
│   │   └── configs/
│   │       └── assets/
│   ├── presentation/
│   │   ├── auth/
│   │   │   └── pages/
│   │   └── splash/
│   │       ├── bloc/
│   │       └── pages/
│   └── main.dart
├── assets/
│   ├── images/
│   └── icons/
└── test/

🎨 Theme Configuration

The app uses a modern dark theme:

theme: ThemeData(
  primaryColor: Colors.grey[900],
  scaffoldBackgroundColor: Colors.white,
  appBarTheme: AppBarTheme(
    backgroundColor: Colors.grey[900],
    foregroundColor: Colors.white,
  ),
  // Additional theme properties...
)

📱 Screenshots

Splash Screen Home Screen Products Screen

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch:
git checkout -b feature/amazing-feature
  1. Commit your changes:
git commit -m "Add amazing feature"
  1. Push to the branch:
git push origin feature/amazing-feature
  1. Open a Pull Request

📜 License

Distributed under the MIT License. See LICENSE for more information.


👥 Contact & Support

Author: Your Name 📧 Email: your.email@example.com 🐦 Twitter: @yourhandle

View Demo • Report Bug • Request Feature

⭐ Remember to star this project if you found it helpful!
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors