Answers for "install flutter on linux mint"

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
1

how to install flutter linux

#ubuntu:
sudo snap install flutter --classic
Posted by: Guest on July-28-2021

Code answers related to "install flutter on linux mint"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language