Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 807 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 807 Bytes

Manual

Watch the video

Install (Not support Windows)

Clone Github Repository

git clone https://github.com/tranhuongk/getx_pattern_autogenerate.git [Directory]

Set Path

Open /etc/paths with administrator

sudo nano /etc/paths

Add Path to getx

Add PATH getx_pattern_autogenerate/bin to etc/paths like that:

/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin
/Volumes/macOS Data/flutter/bin
/Volumes/macOS Data/Projects/getx_pattern_autogenerate/bin

Save and reset Terminal

Use

Go to the directory of flutter project and install getx pattern with command:

get install

Add Page with name InGame:

get add InGame

That's all! Good luck!