A simple Shop App to browse, add your own products, add products to cart and later order them

   

Shop App

Building from Source

  • If you don’t have Flutter SDK installed, please visit official Flutter site.
  • Fetch latest source code from master branch.
rajput-hemant@arch:~$ git clone https://github.com/rajput-hemant/shop-app
  • Run the app with Android Studio or VS Code. Or the command line:

rajput-hemant@arch:~$ flutter pub get
rajput-hemant@arch:~$ flutter run

GitHub

View Github