Flutter & Provider Shopping Cart App

  Shopping

A simple flutter application including the state management techniques with the Provider State Management package.

In this project, I’ll try to learn how to integrate the Provider State Management Package into the Flutter application and improve the existing app UI. I’m not using any third-party API’s for fetching the products to the app.

TODO:

  • Integrate the Firebase Firestore to manage products
  • Authentication with Firebase
  • Improve UI’s

How to run this project

Clone this repository using following command.

git clone https://github.com/Dilshan97/Flutter-Provider-Shopping-Cart

Then navigate to the project & install the libraries using the following command.

flutter pub get

Here are the UI screens that I developed for this project

Download source code on GitHub

https://github.com/Dilshan97/Flutter-Provider-Shopping-Cart