30 OCT 2020
Author: Praddyum Verma
Before we begin best of luck to you for your upcoming journey of flutter. May you enjoy it and create awesome apps which will be of great use for the society. So let's begin.
For the complete flutter setup you need three things :
1) Flutter SDK
2) An Integrated Development Environment(IDE)
3) Good Internet connection throughout the process.
In this tutorial our aim is to setup flutter environment in Ubuntu 20.04 with Android Studio as an IDE.
Open terminal and run command
sudo snap install flutter --classic
Step 1: Visit the link to download the Android studio. Click Here!
Step 2: Unzip the downloaded package and open the terminal inside the bin folder. Run the following command
./studio.sh
It will launch the android Studio Screen. Do all the necessary steps and Install it. Note: For now you'll not be able to see the Start a new flutter project option.
Now you'll be able to see Start a new flutter project option.
Feel free to reach me for doubts Contact
Where to go from here?
Getting Started with Flutter DevelopmentClick Here!
Thanks for Visiting. Have a nice day.