-
Notifications
You must be signed in to change notification settings - Fork 117
Gettings Started
Ashish Rawat edited this page Jul 20, 2020
·
1 revision
Welcome to the flutter_commerce wiki!
$ git clone https://github.com/ashishrawat2911/flutter_commerce.git
$ cd flutter_commerce/
- 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
login_screen