An IOS-styled E-Commerce App.

Introduction (What it does)

This is the simple Flutter e-commerce app, where a list of products is shown on the main screen, and customers can add products to the cart by clicking on the ADD button. On the second tab, they can search for the product, they are looking for and add it to the cart. On the menu tab, all the selected products and their prices will be shown. Customers will add their name, email, and location for delivery, the date and day will be automatically selected.

The sole purpose of this app was to learn to use the Cupertino widgets for the Flutter app, and the whole app is built with the Cupertino widgets that's why I did not integrate any database for storing orders and payment system.

How I built it

I built this app with the help of the Flutter framework, dart language, and Flutter's Cupertino widgets.

What I learned

  1. How to use ListView builder for generating items as per your scroll.
  2. How to use tabs for different pages and their navigation.
  3. Use of Cupertino widgets.

Built With

Share this project:

Updates