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
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 following command.
flutter pub get
Here are the UI screens that I developed for this project