Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 352 Bytes

wik.md

File metadata and controls

28 lines (19 loc) · 352 Bytes

Welcome to the firekart wiki!

Clone the repository

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

Install Melos

flutter pub global activate melos 2.9.0

Generate Router and Freezed classs

  • Run this command in terminal
melos generateAll
  • Pub get in packages
melos get