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!


