2. Setup an Editor

Set up an editor

You can build apps with Flutter using any text editor combined with our command-line tools. However, we recommend using one of our editor plugins for an even better experience. These plugins provide you with code completion, syntax highlighting, widget editing assists, run & debug support, and more.
Follow the steps below to add an editor plugin for Android Studio, IntelliJ, or VS Code. If you want to use a different editor, that’s OK, skip ahead to the next step: Test drive.

Install Android Studio

Android Studio offers a complete, integrated IDE experience for Flutter.
Alternatively, you can also use IntelliJ:

Install the Flutter and Dart plugins

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

Comments

Popular posts from this blog

Building Weather App using MVVM design pattern (Kotlin)

Basic widgets : Text and Center

4. Do Coding