Skip to content

thargyi74/flutter-cupertino-store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Cupertino Store

Ever wanted to create a store app in Flutter that looks totally at home on an iOS device? Do we have a deal for you! Cupertino Widgets empower you to build a Flutter app with beautiful and high-fidelity widgets for current iOS design language.

Getting Started

This contains the source code for a codelab working through the steps of building a store app.

  • step-00 contains a Flutter app with a CupertinoApp containing a titled CupertinoPageScaffold. This gives a starting point to add structure and content to.
  • step-01 adds a data source with items for sale, and structure for a three tab app using CupertinoTabScaffold.
  • step-02 lists products for sale in the product list tab.
  • step-03 adds searching products to the search tab.
  • step-04 starts filling in the final shopping cart tab.
  • step-05 adds a CupertinoDatePicker to the shopping cart tab.
  • step-06 finishes the shopping cart tab with a list of items in the cart.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 87.3%
  • Objective-C 9.2%
  • Java 3.5%