Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
Downloading Flutter
To download Flutter navigate to flutter.dev. In the top right corner click “Get Started”.

Then Click your Operating System

And then Follow the instruction given.
Setting up an Editor
We have Two Options And in this Article I have chosen Android Studio
Then:
- Start Android Studio.
- Open plugin preferences (Preferences > Plugins on macOS, File > Settings > Plugins on Windows & Linux).
- Select Marketplace, select the Flutter plugin and click Install.
- Click Yes when prompted to install the Dart plugin.
- Click Restart when prompted.
Then
You have It Ready