An example Flutter Shopping Cart UI using GetX State Management in conjunction with Firestore Database.
Demo.Shopping.Cart.mp4
You need to download and add the "service account" JSON file and then add it in the path: <your_project_name_root>/<android>/<app>
, for more information:
$ git clone https://github.com/tduongtad1304/shopping_cart.git
Then navigate to the folder by: cd shopping_cart
and type: code .
(For VSCode instance)
Next, just run: flutter pub get
on the Terminal and finally run this project by: flutter run
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.