Guide to install and setup Flutter (Linux)
Here's a step-by-step setup guide for your installation of the flutter app in the Linux (Ubuntu) ecosystem.
Installation
Install Jre and Jdk
Check if java is installed on your computer.
java --version
if java is not installed you'll get the follow...
soumali28.hashnode.dev3 min read