Gwen beauty super app built with Flutter. This repo contains a modular feature-based architecture with Riverpod state management, GoRouter navigation, and a scalable UI foundation.
- Feature modules: auth, home, product, cart, review, newsfeed, profile, wishlist, orders
- Riverpod for state management
- GoRouter for navigation
- Reusable UI components and shimmer loaders
flutter pub get
flutter runlib/
core/
shared/
features/
router/
main.dart
- Dummy data is used for UI scaffolding.
- Replace with API integration when ready.