Skip to content

Gettings Started

Ashish Rawat edited this page Jul 20, 2020 · 1 revision

Welcome to the flutter_commerce wiki!

Clone the repository

$ git clone https://github.com/ashishrawat2911/flutter_commerce.git
$ cd flutter_commerce/

Generate Router and Freezed classs

  • Run this command in terminal
flutter packages pub run build_runner build
  • Run this command in terminal to watch auto change
flutter packages pub run build_runner watch
  • Run this command in terminal to watch auto change and delete previous g.dart files
 flutter packages pub run build_runner watch --delete-conflicting-outputs

Firestore Database Structure -->

login_screen

Products List

Users List

Cart List

Orders List

My Account