How to install Flutter UI toolkit on Ubuntu

  • Post last modified:July 23, 2020
  • Post category:Linux
  • Post author:

Flutter is free open source UI SDK application framework from Google. Using this you can create softwares for Web, Android, iOS, Linux, Mac, Windows and Google Fuchsia with a single code base. Flutter apps are written in the Dart language.

Flutter minimum requirements for Linux:

64-bit Linux OS with 600MB Disk Space.
Tools: bash, curl, file, git 2.x, mkdir, rm, unzip, which, xz-utils, zip, libGLU.so.1, libglu1-mesa

(more…)

Continue ReadingHow to install Flutter UI toolkit on Ubuntu