Skip to content

Instantly share code, notes, and snippets.

@perymerdeka
Created October 24, 2021 14:36
Show Gist options
  • Save perymerdeka/352901087fe32b13a6b25ea7e25755d3 to your computer and use it in GitHub Desktop.
Save perymerdeka/352901087fe32b13a6b25ea7e25755d3 to your computer and use it in GitHub Desktop.
My Store Project Overview
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