A Flutter-based e-commerce mobile application featuring a modern grocery shopping interface with product listings, search functionality, and navigation between screens.
- Home Screen: Welcome interface with user greeting and product categories
- Product Listings: Horizontal scrollable product cards with images and pricing
- Search Functionality: Grocery search bar for easy product discovery
- Navigation: Seamless navigation between home and product detail screens
- Responsive Design: Optimized for mobile devices with clean UI
lib/
├── main.dart # App entry point
├── home.dart # Home screen with product listings
├── details.dart # Product details screen
└── landing_page.dart # Landing/welcome screen
images/
├── apple.png # Product images
├── orange.png
├── boy.jpg # User avatar
├── wave.png # UI elements
├── landingpage.png
├── grocery1.jpg
└── grocery2.jpg
- Flutter SDK (3.7.2 or higher)
- Android Studio or VS Code
- Android emulator or physical device
- Clone the repository:
git clone <repository-url>
cd E_COM_UI_REPO- Install dependencies:
flutter pub get- Run the app:
flutter run- Start your Android emulator:
flutter emulators --launch Pixel_8_API_33- Run the app on emulator:
flutter run -d emulator-5554- ✅ Android
- ✅ Web
- ✅ Windows Desktop
flutter: SDKcupertino_icons: iOS-style iconsflutter_lints: Code linting
Feel free to submit issues and enhancement requests!


