Created
October 24, 2021 14:36
-
-
Save perymerdeka/352901087fe32b13a6b25ea7e25755d3 to your computer and use it in GitHub Desktop.
My Store Project Overview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib | |
├── main.dart | |
├── models | |
│ └── product.dart | |
├── providers | |
│ └── products.dart | |
├── screens | |
│ ├── product_detail_screen.dart | |
│ └── products_overview_screen.dart | |
└── widgets | |
├── product_grid.dart | |
└── product_item.dart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment