A simple flutter shopping application.
The screenshots below are taken on a android device.
Login | Home |
---|---|
![]() |
![]() |
Category1 | Filter |
---|---|
![]() |
![]() |
Detail | Cart |
---|---|
![]() |
![]() |
- Any Operating System (ie. MacOS X, Linux, Windows)
- Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
- A little knowledge of Dart and Flutter
- Some fingers to code 😂
- Routing
- State Management using Provider
- Authentication and Keep User Login using Hive
- Cards, List Items
- Horizontal ListView, GridView
- Cart items Stored on locally using Hive_Flutter
- Api Request using Http
- Internet Data Connection usinginternet_connection_checker
# Clone the repo
git clone https://github.com/safvanp/Flutter_Cart.git
# Navigate to clonned folder and Install dependencies
cd flutter_cart && flutter packages get
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.