Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
20 lines (14 loc) · 737 Bytes

install-macos-from-android.md

File metadata and controls

20 lines (14 loc) · 737 Bytes
title description short-title
Add macOS as a target platform for Flutter from Android start
Configure your system to develop Flutter mobile apps also on macOS.
Starting from Android

To add macOS desktop as a Flutter app target, follow this procedure.

Install Xcode

  1. Allocate a minimum of 26 GB of storage for Xcode. Consider allocating 42 GB of storage for an optimal configuration.
  2. Install Xcode {{site.appnow.xcode}} to debug and compile native Swift or ObjectiveC code.

{% include docs/install/compiler/xcode.md target='macOS' devos='macOS' attempt="first" -%}

{% include docs/install/flutter-doctor.md target='macOS' devos='macOS' config='macOSDesktopAndroid' %}