A sleek Flutter e-commerce application designed specifically for baby products, featuring a modern UI and seamless user experience.
- 🚀 Interactive Splash Screen
- 🔐 Secure Authentication System
- 📱 Device Preview Support
- 🎯 BLoC Pattern State Management
- 🎨 Custom Material Theme
- 📐 Responsive Design
| Technology | Version |
|---|---|
| Flutter | ^3.8.1 |
| flutter_bloc | ^9.1.1 |
| device_preview | ^1.3.1 |
| flutter_svg | ^2.2.0 |
- Flutter SDK (^3.8.1)
- Windows 10/11
- VS Code or Android Studio
- Git
1️⃣ Clone the repository
git clone https://github.com/yourusername/babyshophub.git
cd babyshophub2️⃣ Install dependencies
flutter pub get3️⃣ Run the application
flutter runbabyshophub/
├── lib/
│ ├── core/
│ │ └── configs/
│ │ └── assets/
│ ├── presentation/
│ │ ├── auth/
│ │ │ └── pages/
│ │ └── splash/
│ │ ├── bloc/
│ │ └── pages/
│ └── main.dart
├── assets/
│ ├── images/
│ └── icons/
└── test/
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...
)- Fork the repository
- Create your feature branch:
git checkout -b feature/amazing-feature- Commit your changes:
git commit -m "Add amazing feature"- Push to the branch:
git push origin feature/amazing-feature- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
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!
```
⭐ Remember to star this project if you found it helpful!


