michellhornung / ecommerce

Flutter application example on how to create a ecommerce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory Structure

lib
│───main.dart    
└───src
    │───config
    |    └──route.dart
    │───model
    │    │──category.dart
    |    │──data.dart
    |    └──product.dart
    │───pages
    |    │──homePage.dart
    |    │──mainPage.dart
    |    │──product_detail.dart
    |    └──shopping_cart_page.dart
    │───theme
    |    │──light_color.dart
    |    └──theme.dart
    └───widgets
         │──BottomNavigationBar
         |   |──bottom_navigation_bar.dart
         |   |──bottom_curved_Painter.dart
         |   └──centered_elasticIn_curve.dart
         |──bottom_navigation_bar.dart
         |  customRoute.dart
         |  product_icon.dart
         │──product_card.dart
         └──title_text.dart

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

Flutter application example on how to create a ecommerce.


Languages

Language:Dart 89.6%Language:Ruby 6.4%Language:HTML 2.1%Language:Java 0.8%Language:Swift 0.8%Language:Kotlin 0.2%Language:Objective-C 0.1%