#How can I install SDK Flutter?

5 messages · Page 1 of 1 (latest)

cosmic sparrow
#

I'm really sorry to ask that but a friend download Vanilla yesterday and is happy with that. Today he ask me how to install this and I just cannot help him. Anyone can give me some light to it? Please!

vapid oriole
#

Hi It's quite simple, since flutter doesn't need to be installed to the system, just into a user directory

#
  1. Go to the official site
  2. Scroll down to the manual instructions
  3. Download the .tar.xz file
  4. Place it in a folder i.e.: ~/development
  5. Extract it using the command on the page
  6. Append the line to the end of the.bashrc
  7. Run flutter doctor to see if everything is OK
iron hemlock
#

I use the same method and it work perfectly

cosmic sparrow