Answers for "install flutter in w11"

1

install flutter on linux

$ git clone https://github.com/flutter/flutter.git -b stable

# add to .bashrc
export PATH="$PATH:/path/to/flutter/bin"

$ flutter doctor
Posted by: Guest on January-20-2022
5

install flutter

C:src>git clone https://github.com/flutter/flutter.git -b stable
Posted by: Guest on March-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language