Flutter Ecommerce App with backend Django Rest Framework
Using GetX State Management
├───lib
│ ├───bindings
│ ├───config
│ ├───data
│ │ └───datasource
│ ├───domain
│ │ ├───exception
│ │ ├───model
│ │ ├───repository
│ │ ├───request
│ │ └───response
│ ├───package
│ └───presentation
│ ├───pages
│ │ ├───account
│ │ │ └───views
│ │ ├───cart
│ │ │ └───views
│ │ ├───Category
│ │ │ └───views
│ │ ├───details
│ │ │ └───view
│ │ ├───forgot-password
│ │ ├───home
│ │ │ └───views
│ │ ├───landing_home
│ │ ├───login
│ │ │ └───views
│ │ └───splash
│ ├───product
│ ├───routes
│ └───widgets
├───screenshots