Flutter Shopping Cart Sample
this sample will consist a few branch. Planned branch:
already done:
- Skeletons -- sample with only App navigation, this is to show the simplest code how to get started.
- theme -- this branch shows how to do theme switcing.
- themePersist -- this branch shows how to remember the theme choosen by using SharedPreferences.
- PageController -- multi tab feature using by PageController and BottomNavigationBar
- search -- search in appBar, with sample words only for now
- PageContent -- product gallery at frontpage
- AddToCart -- add to cart and view cart detail.
in progress:
- Data -- would be using GraphQL for the catalog and cart data, Prisma Cloud.
- Security -- plan to use Firebase Auth... or maybe Apple ID for ios.