Skip to content

SinaSys/flutter_ecommerce_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_nav_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 | └───📂animation | |──animated_switcher_wrapper.dart | |──open_container_wrapper.dart | └──page_transition_switcher_wrapper.dart └────📂controller └──product_controller.dart 

Dependencies

Package Name
GetX
stylish_bottom_bar
smooth_page_indicator
flutter_rating_bar
font_awesome_flutter
animations
flutter_launcher_icons

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