Android Studio Arctic Fox

Google has announced a new version of the Android Studio software code named Android Studio Arctic Fox. Currently the Android Studio Arctic Fox in the Canary channel with a new version numbering 2020.3.1.1. The new version numbering system for Android Studio now closely align with IntelliJ IDEA, the IDE upon which Android Studio is built. Now You can now download Android Studio Arctic Fox Canary 1 (2020.3.1.1) from below download link.

android studio

(more…)

Continue ReadingAndroid Studio Arctic Fox

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