Flutter:Google's app Creator

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:

  1. Start Android Studio.
  2. Open plugin preferences (Preferences > Plugins on macOS, File > Settings > Plugins on Windows & Linux).
  3. Select Marketplace, select the Flutter plugin and click Install.
  4. Click Yes when prompted to install the Dart plugin.
  5. Click Restart when prompted.

Then

You have It Ready