sanvit / flutter_shop

Flutter Shop Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_shop

Flutter Shopping Cart Sample



Getting Started

this sample will consist a few branch. Planned branch:

already done:

  1. Skeletons -- sample with only App navigation, this is to show the simplest code how to get started.
  2. theme -- this branch shows how to do theme switcing.
  3. themePersist -- this branch shows how to remember the theme choosen by using SharedPreferences.
  4. PageController -- multi tab feature using by PageController and BottomNavigationBar
  5. search -- search in appBar, with sample words only for now
  6. PageContent -- product gallery at frontpage
  7. AddToCart -- add to cart and view cart detail.

in progress:

  1. Data -- would be using GraphQL for the catalog and cart data, Prisma Cloud.
  2. Security -- plan to use Firebase Auth... or maybe Apple ID for ios.

About

Flutter Shop Sample


Languages

Language:Dart 93.6%Language:Ruby 4.9%Language:Swift 0.8%Language:Kotlin 0.6%Language:Objective-C 0.1%