📂lib
│───main.dart
│───📂core
| │──app_data.dart
| │──app_theme.dart
| │──app_color.dart
| └──extensions.dart
└───📂src
│────📂model
│ │──product.dart
| │──product_category.dart
| │──product_size_type.dart
| │──recommended_product.dart
| │──categorical.dart
| │──numerical.dart
| └──bottom_navy_bar_item.dart
└────📂view
| │───📂screen
| | |──home_screen.dart
| | |──all_product_screen.dart
| | |──product_detail_screen.dart
| | |──favorite_screen.dart
| | |──cart_screen.dart
| | └──profile_screen.dart
| │───📂widget
| | |──animated_switcher_wrapper.dart
| | |──product_grid_view.dart
│ | |──empty_cart.dart
| | └──open_container_wrapper.dart
└────📂controller
└──product_controller.dart
I welcome and encourage all pull requests. It usually will take me within 48-72 hours to respond to any issue or request.