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

No packages published