Learning Flutter01

Flutter

Configure Environment Variables (Flutter)

Download Flutter

Extract the file in the desired location, for example:

unzip ~/Downloads/flutter_macos_v1.2.1-stable.zip

And copy flutter to /Users/shikuanxu/Documents/Soft/flutter

Add the flutter tool to your path:

Cookies-Mac-mini:~ shikuanxu$ vim .bash_profile

export PATH="$PATH:/Users/shikuanxu/Documents/Soft/flutter/bin"

Open new terminal (May be)

flutter doctor

Config Android and IOS