Skip to content

Exo is a simple e-commerce application written by Flutter.

Notifications You must be signed in to change notification settings

onurhan1337/exo

Repository files navigation

exo

Exo is a simple e-commerce application written by Flutter. While creating this application, I followed the steps of the Google Developers Codelabs sample project.

Todos

  • Add product detail page
  • Improve checkout page design
  • Change Product data with API data
  • Add to delete function of product from the cart
  • Use bloc instead of provider package for state management
  • [ X ] Add customer info
  • [ X ] Add product search
  • [ X ] Add state management
  • [ X ] Bottom navigation tab
  • [ X ] List products for sale
  • [ X ] Add date picker to cart

Video

Screenshoots

Screenshots from application

Ekran Resmi 2023-09-27 23 20 20 Ekran Resmi 2023-09-27 23 25 20 Ekran Resmi 2023-09-27 23 30 20 Ekran Resmi 2023-09-27 23 35 20

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.