• Stars
    star
    170
  • Rank 218,869 (Top 5 %)
  • Language
    Dart
  • License
    BSD 2-Clause "Sim...
  • Created about 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

đź›’ E-Commerce App built in flutter using GetX

flutter_ecommerce_app

E-Commerce app is a design implementation of E-commerce App designed by Billah

Screenshots

Preview Home screen Product Detail Screen Cart Screen

Directory Structure

đź“‚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
     |    |   |──product_list_screen.dart
     |    |   |──product_detail_screen.dart
     |    |   |──favorite_screen.dart
     |    |   |──cart_screen.dart
     |    |   └──profile_screen.dart
     |    │───📂widget
     |    |   |──carousel_slider.dart
     |    |   |──product_grid_view.dart
     |    |   |──list_item_selector.dart
     |    |   └──empty_cart.dart
     |    |   └──page_wrapper.dart
     |    └───📂animation
     |        |──animated_switcher_wrapper.dart
     |        └──open_container_wrapper.dart
     └────📂controller
          └──product_controller.dart

Dependencies

Package Name
GetX
bottom_navy_bar
smooth_page_indicator
flutter_rating_bar
font_awesome_flutter
animations

Created & Maintained By

SinaSys

Contributors

• mufarrah

Other flutter projects

Project Name Stars
Go rest app GitHub stars
Japanese restaurant app GitHub stars
Office furniture store app GitHub stars