Month: May 2019

Installing and Configuring Flutter on Linux (Ubuntu & Mint)

Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase. The proper installation procedure is given on Flutter website. Please follow this link. https://flutter.dev/docs/get-started/install/linux

Installing Rust on Linux

Rust is a multi-paradigm system programming language focused on safety, especially safe concurrency. Rust is syntactically similar to C++, but is designed to provide better memory safety while maintaining high performance. https://www.rust-lang.org/ Installing rust is very simple on Linux (Ubuntu or Mint). Just execute the below command on terminal and it will take care of