Shewit is a modern, cross-platform mobile and web e-commerce application built with Flutter. It features a clean feature-first architecture, robust state management, and localized data management built to deliver a seamless shopping experience.
| Home / Feed | Categories / Search | Product Details |
![]() |
![]() |
![]() |
- Authentication Module: Secure user sign-in, login screens, splash flow, and session state management.
- Product Catalog & Discovery: Browse products dynamically, view detailed descriptions, filter by categories, and examine rating metrics.
- Cart & Checkout Workflow: Full shopping cart capabilities alongside an integrated checkout procedure.
- Wishlist & Favorites: Save preferred products for quick access later.
- User Profile & Settings: Manage personal configurations, profile data, and preferences.
- Responsive Multi-Platform Support: Fully optimized to run natively across Android, iOS, Web, macOS, Linux, and Windows.
Shewit/
├── app/
│ ├── lib/
│ │ ├── core/
│ │ ├── features/
│ │ ├── shared/
│ │ └── main.dart
│ ├── assets/
│ ├── android/
│ ├── ios/
│ ├── web/
│ ├── windows/
│ ├── macos/
│ ├── linux/
│ └── pubspec.yaml
├── screenshots/
└── README.md
- Clone the repository:
git clone https://github.com/Aaron-pweb/Shewit.git cd Shewit/app - Install dependencies:
flutter pub get
- Run the app:
flutter run


