#How can I install SDK Flutter?
5 messages · Page 1 of 1 (latest)
Hi It's quite simple, since flutter doesn't need to be installed to the system, just into a user directory
- Go to the official site
- Scroll down to the manual instructions
- Download the
.tar.xzfile - Place it in a folder i.e.:
~/development - Extract it using the command on the page
- Append the line to the end of the
.bashrc - Run
flutter doctorto see if everything is OK
I use the same method and it work perfectly
I just see today, sorry. Thank for that!