- Download Flutter Sdk For Mac
- Flutter M1 Mac
- Flutter Ios Simulator
- Brew Install Flutter
- Open Flutter Project In Xcode
Install the Flutter SDK. Download the latest stable release from here. Because you need a legacy version of Java for Mac. This version is 2017–001 and you can get it from Apple. Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems.
- Get the Flutter SDK
- Android setup
- Windows setup

How to install and setup Flutter on Mac - Part 1In this series, we introduce you to the joys of working with Flutter and Dart to build iOS and Android apps w. The 0.7.12 version of Flutter for Mac is provided as a free download on our website. This app's bundle is identified as io.flutter.macapp. The application lies within System Tools, more precisely Device Assistants. This program is compatible with Mac OS X 10.6.6 or later. The most popular versions among Flutter for Mac users are 0.7, 0.5 and 0.1. Tools: Flutter depends on these command-line tools being available in your environment. Which; Get the Flutter SDK. Download the latest flutter SDK from the flutter official site from the link below. Download Fltter SDK. Extract the file in the desired location, for example.
System requirements
To install and run Flutter,your development environment must meet these minimum requirements:
- Operating Systems: Windows 7 SP1 or later (64-bit), x86-64 based.
- Disk Space: 1.64 GB (does not include disk space for IDE/tools).
- Tools: Flutter depends on these tools being available in your environment.
- Windows PowerShell 5.0 or newer (this is pre-installed with Windows 10)
Git for Windows 2.x, with theUse Git from the Windows Command Prompt option.
If Git for Windows is already installed, make sure you can run
git
commands from the command prompt or PowerShell.
Get the Flutter SDK
Download the following installation bundle to get the lateststable release of the Flutter SDK:
For other release channels, and older builds, see theSDK releases page.
Extract the zip file and place the contained
flutter
in the desired installation location for the Flutter SDK(for example,C:Users<your-user-name>Documents
).
Warning: Do not install Flutter in a directory like C:Program Files
that requires elevated privileges.
If you don’t want to install a fixed version of the installation bundle, you can skip steps 1 and 2. Instead, get the source code from the Flutter repo on GitHub, and change branches or tags as needed. For example:
You are now ready to run Flutter commands in the Flutter Console.
Update your path
If you wish to run Flutter commands in the regular Windows console,take these steps to add Flutter to the PATH
environment variable:
- From the Start search bar, enter ‘env’and select Edit environment variables for your account.
- Under User variables check if there is an entry called Path:
- If the entry exists, append the full path to
flutterbin
using;
as a separator from existing values. - If the entry doesn’t exist,create a new user variable named
Path
withthe full path toflutterbin
as its value.
- If the entry exists, append the full path to
You have to close and reopen any existing console windowsfor these changes to take effect.
Note: As of Flutter’s 1.19.0 dev release, the Flutter SDK contains the dart
command alongside the flutter
command so that you can more easily run Dart command-line programs. Downloading the Flutter SDK also downloads the compatible version of Dart, but if you’ve downloaded the Dart SDK separately, make sure that the Flutter version of dart
is first in your path, as the two versions might not be compatible. The following command tells you whether the flutter
and dart
commands originate from the same bin
directory and are therefore compatible.
As shown above, the command dart
from the Flutter SDK doesn’t come first. Update your path to use commands from C:path-to-flutter-sdkbin
before commands from C:path-to-dart-sdkbin
(in this case). After restarting your shell for the change to take effect, running the where
command again should show that the flutter
and dart
commands from the same directory now come first.
However, if you are using PowerShell
, in it where
is an alias of Where-Object
command, so you need to use where.exe
instead.
To learn more about the dart
command, run dart -h
from the command line, or see the dart tool page.

Run flutter doctor
From a console window that has the Flutter directory in thepath (see above), run the following command to see if thereare any platform dependencies you need to complete the setup:
This command checks your environment and displays a report of the statusof your Flutter installation. Check the output carefully for othersoftware you might need to install or further tasks to perform(shown in bold text).
For example:
The following sections describe how to perform these tasks andfinish the setup process. Once you have installed any missingdependencies, you can run the flutter doctor
command again toverify that you’ve set everything up correctly.
Note: If flutter doctor
returns that either the Flutter plugin or Dart plugin of Android Studio are not installed, move on to Set up an editor to resolve this issue.
Warning: The Flutter tool may occasionally download resources from Google servers. By downloading or using the Flutter SDK you agree to the Google Terms of Service.
For example, when installed from GitHub (as opposed to from a prepackaged archive), the Flutter tool will download the Dart SDK from Google servers immediately when first run, as it is used to execute the flutter
tool itself. This will also occur when Flutter is upgraded (e.g. by running the flutter upgrade
command).
The flutter
tool uses Google Analytics to report feature usage statistics and send crash reports. This data is used to help improve Flutter tools over time.
Flutter tool analytics are not sent on the very first run. To disable reporting, run flutter config --no-analytics
. To display the current setting, use flutter config
. If you opt out of analytics, an opt-out event is sent, and then no further information is sent by the Flutter tool.
Dart tools may also send usage metrics and crash reports to Google. To control the submission of these metrics, use the following options on the dart
tool:
--enable-analytics
: Enables anonymous analytics.--disable-analytics
: Disables anonymous analytics.
The Google Privacy Policy describes how data is handled by these services.
Android setup
Note: Flutter relies on a full installation of Android Studio to supply its Android platform dependencies. However, you can write your Flutter apps in a number of editors; a later step discusses that.
Install Android Studio
- Download and install Android Studio.
- Start Android Studio, and go through the ‘Android Studio Setup Wizard’.This installs the latest Android SDK, Android SDK Command-line Tools,and Android SDK Build-Tools, which are required by Flutterwhen developing for Android.
- Run
flutter doctor
to confirm that Flutter has locatedyour installation of Android Studio. If Flutter cannot locate it,runflutter config --android-studio-dir <directory>
to set thedirectory that Android Studio is installed to.
Set up your Android device
To prepare to run and test your Flutter app on an Android device,you need an Android device running Android 4.1 (API level 16) or higher.
- Enable Developer options and USB debugging on your device.Detailed instructions are available in theAndroid documentation.
- Windows-only: Install the Google USBDriver.
- Using a USB cable, plug your phone into your computer. If prompted on yourdevice, authorize your computer to access your device.
- In the terminal, run the
flutter devices
command to verify thatFlutter recognizes your connected Android device. By default,Flutter uses the version of the Android SDK where youradb
tool is based. If you want Flutter to use a different installationof the Android SDK, you must set theANDROID_SDK_ROOT
environmentvariable to that installation directory.
Set up the Android emulator
To prepare to run and test your Flutter app on the Android emulator,follow these steps:
- EnableVM accelerationon your machine.
- Launch Android Studio, click the AVD Managericon, and select Create Virtual Device…
- In older versions of Android Studio, you should insteadlaunch Android Studio > Tools > Android > AVD Manager and selectCreate Virtual Device…. (The Android submenu is only presentwhen inside an Android project.)
- If you do not have a project open, you can choose Configure > AVD Manager and select Create Virtual Device…
- Choose a device definition and select Next.
- Select one or more system images for the Android versions you wantto emulate, and select Next.An x86 or x86_64 image is recommended.
- Under Emulated Performance, select Hardware - GLES 2.0 to enablehardwareacceleration.
Verify the AVD configuration is correct, and select Finish.
For details on the above steps, see ManagingAVDs.
- In Android Virtual Device Manager, click Run in the toolbar.The emulator starts up and displays the default canvas for yourselected OS version and device.
Agree to Android Licenses

Before you can use Flutter, you must agree to thelicenses of the Android SDK platform. This step should be done afteryou have installed the tools listed above.
Make sure that you have a version of Java 8 installed and that your
JAVA_HOME
environment variable is set to the JDK’s folder.Android Studio versions 2.2 and higher come with a JDK, so this shouldalready be done.
- Open an elevated console window and run the following command to beginsigning licenses.
- Review the terms of each license carefully before agreeing to them.
- Once you are done agreeing with licenses, run
flutter doctor
againto confirm that you are ready to use Flutter.
Windows setup
Warning:Beta (Win32) and Dev (UWP)! This area covers Windows desktop support, which is available in beta release (Win32) and alpha release (UWP).
The Win32 variant still has notable feature gaps, including accessibility support, while the UWP variant is still in very active development.
You can try a beta snapshot of Win32 desktop support on the stable channel, or you can keep up with the latest changes to desktop on the beta
channel. For Windows UWP you need to be on the dev
channel.
For more information, see the Desktop section in What’s new in Flutter 2.2, a free article on Medium.
Additional Windows requirements
For Windows desktop development,you need the following in addition to the Flutter SDK:
- Visual Studio 2019 (not to be confused withVisual Studio Code). For Win32 you need the“Desktop development with C++” workload installed,including all of its default components. For UWPyou need the “Universal Windows Platform development”workload installed, with the optional UWP C++ tools.
Download Flutter Sdk For Mac
Enable desktop support
Flutter M1 Mac
At the command line,perform the following command to enable Win32 desktop support:
For Windows UWP desktop support perform the following commands to switch tothe dev
channel, upgrade Flutter, and enable UWP.
For more information, see Desktop support for Flutter
Web setup
Flutter has support for building web applications in thestable
channel. Any app created in Flutter 2 automaticallybuilds for the web. To add web support to an existing app, followthe instructions on Building a web application with Flutter when you’ve completed the setup above.

Next step
Set up your preferred editor.
Are you looking for Phoenix for Windows 7/8/10 download instructions?
Then you've come to the right place. Most of the mobile apps are exclusively developed to work with mobile phones. But we love to use them on larger screens such as Windows Laptop / Desktop as it gives easy and faster access than a small mobile device.
Flutter Ios Simulator
Few apps provide the larger screen versions that support windows, mac, and PC by default. But when there is no official large screen support, we need to find a way to install and use it. Luckily we have got you a few methods that can help you to install and use Phoenix in Windows - 7/8/10, Mac, PC.
Here in this article, we have listed a few different ways to Download Phoenix on PC/Windows in a step-by-step guide. Try them out and enjoy Phoenix on your PC. If you have any questions or face any issues, please let us know by posting in the comment section below.
Phoenix Download for PC Windows 7/8/10 – Method 1:
In this first method, we will use Blustacks Emulator to install and use the mobile apps. So here is a little detail about Bluestacks before we start using them.
BlueStacks is one of the earliest and most used emulators to run Android applications on your Windows PC. It supports a wide variety of computer and laptop versions including WIndows 7/8/10 Desktop / Laptop, Mac OS, etc. It runs apps smoother and faster compared to its competitors. So you should try this method first before trying other methods as it is easy, seamless, and smooth.
So let's see how to download Phoenix for PC Windows 7/8/10 Laptop/Desktop and install it in this step-by-step method.
- Open Blustacks website by clicking this link - Download BlueStacks Emulator
- Once you open the website, you will find a green color 'Download BlueStacks' button. Click it and it will start the download based on your OS.
- After the download is complete, please install it by double-clicking it. Installation is as simple and easy as any other software installation.
- Once the installation is complete, open the BlueStacks software. It may take some time to load for the first time. Just be patient until it completely loads and available. You will see the home screen of Bluestacks.
- BlueStacks comes with Google play store pre-installed. On the home screen, double-click the Playstore icon to open it.
- Now you can search Google Play store for Phoenix app using the search bar at the top. Click 'Install' to get it installed. Always make sure you download the official app only by verifying the developer's name. In this case, it is 'BodhiAI'.
- Once the installation is over, you will find the Phoenix app under the 'Apps' menu of BlueStacks. Double-click the app icon to open and use the Phoenix in your favorite Windows PC or Mac.
Phoenix Download for PC Windows 7/8/10 – Method 2:
If the above method doesn't work for you for some reason, then you can try this method - 2.In this method, we use the MEmuplay emulator to install Phoenix on your Windows / Mac PC.
Brew Install Flutter
MemuPlay is simple and easy-to-use software. It is very lightweight compared to Bluestacks. As it is designed for gaming purposes, you can play high-end games like Freefire, PUBG, Temple Run, etc.
Open Flutter Project In Xcode
- Open Memuplay website by clicking this link - Download Memuplay Emulator
- Once you open the website, you will find a big 'Download' button. Click it and it will start the download based on your OS.
- After the download is complete, please install it by double-clicking it. Installation is as simple and easy as any other software installation.
- Once the installation is complete, open the Memuplay software. It may take some time to load for the first time. Just be patient until it completely loads and available.
- Memuplay also comes with Google play store pre-installed. On the home screen, double-click the Playstore icon to open it.
- Now you can search Google Play store for Phoenix app using the search bar at the top. Click 'Install' to get it installed. Always make sure you download the official app only by verifying the developer's name. In this case, it is 'BodhiAI'.
- Once the installation is over, you will find the Phoenix app under the 'Apps' menu of Memuplay. Double-click the app icon to open and use the Phoenix in your favorite Windows PC or Mac.
Hope this guide helps you to enjoy Phoenix on your Windows PC or Mac Laptop. If you face any issues or have any questions, please comment below.