Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. It is used to develop applications for Android and iOS.
It’s very easy to Setup Flutter in Mac, Linux or Windows
Step 1:
Download Flutter Package from It’s Official Website. Here is the Link: https://flutter.dev/docs/get-started/install/linux and Extract it on particular Directory
Step 2 :
Now After Extracting compress File, You have to Set PATH. For Mac or Linux just type sudo nano ~./bash_profile.
then Write this line in bash_profile
export PATH=”$PATH:pwd
/flutter/bin”
here pwd means Your Flutter directory path with bin folder
Now Restart your Terminal and run this Command
flutter doctor
After Verifying this You can Use Other IDE to develop app. But we recommended VS Code to Create Flutter App. here is the Download Link : https://code.visualstudio.com/download
After open VS Code you have to install two Plugins, Flutter & Dart
That’s it.
Now You can Create Flutter New Project