LaceLab is a beautifully designed Flutter-based shoe store app that offers users a modern and smooth shopping experience. It includes dynamic product listing, company-based filtering, real-time search, and a cart system ready for expansion.
- 🏠 Home Page – Displays all available shoes.
- 🔍 Search Bar – Quickly search shoes by title.
- 🏷️ Company Filters – Filter shoes by brand (Nike, Puma, Rick Owens, etc.).
- 🛒 Cart Page – View selected items (UI ready, logic expandable).
- 📦 Product Details – Tap on any product to view details.
- 🎨 Clean UI – Styled using Flutter’s Material design with dynamic chip filters.
├── global_variables.dart # List of all products and constants
├── main.dart # Entry point of the app
├── pages/
│ ├── home_page.dart # Home page with bottom navigation
│ ├── cart_page.dart # UI for cart items
│ └── product_details_page.dart# Detailed view of a selected product
└── widgets/
├── product_card.dart # Custom card widget for products
└── product_list.dart # Handles filtering, searching and product UI
Built with ❤️ to make your shopping experience smoother.