Setting up Flutter in Android Studio

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • fvm

    Flutter Version Management: A simple CLI to manage Flutter SDK versions.

  • For the setup of Flutter, the Flutter Version Management tool (FVM) can be used. One of the advantages of that community tool over the approach explained in the official setup instructions is that it makes it convenient to switch back and forth between different Flutter versions, since no rebuilds of the Flutter SDK are required after switching the release channel.

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • This blog post explains how to set up and configure Flutter with Android Studio. It is assumed that Dart is already installed on the system. The shell commands were tested on Ubuntu 20.04, but they should be the same for macOS and probably similar for Windows.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

  • This blog post explains how to set up and configure Flutter with Android Studio. It is assumed that Dart is already installed on the system. The shell commands were tested on Ubuntu 20.04, but they should be the same for macOS and probably similar for Windows.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts