Kick Off Kits is an application where various football jersey items and prices are being showcased for users to see. It was built using the flutter SDK and the Timbu App.
First go to the Timbu website using this link and create a business account. Then create a new retail product. After that, check out the Api Documentation to know how to create and get your own organization ID, App ID and API Key.
To setup the flutter SDK for development, there is a comprehensive guild here.
To build this project on your pc, follow the following instructions.
- Clone this repository using the command
git clone https://github.com/Drebaba1/food_shopper.git
. - Put in your apiKey
- Run
flutter pub get
to get all the required dependencies. - Run
flutter build
to build the project into it's respective platforms.
Make sure you have either a pyhsical android device connected to your computer or an anrdoid emulator to run the project.
Use the command flutter run
to run the application.
- View details of products.
- Add to cart and remove from cart.
- Add to wishlist and remove from wishlist.
- Simulate a payment checkout flow.
- Store order history in local storage.
- View products by category.
you can download the apk file here
You can view the App Demo here