Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.08 KB

Flutter e-commerce Application Example - Day 34

class Afgprogrammer extends Flutter100DaysOfCode {
  video() {
    return {
      "title": "Flutter e-commerce Application Example",
      "description": "Let’s make an e-commerce application.",
      "day": 34,
    }
  }
}

Assets

Previous Designs

Checkout my Youtube channel

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

Screenshot

Home Page

Filter Modal

Product View

Cart Page

Payment Page

Links