Fluttering into Action: A Step-By-Step Guide to Installing and Configuring Flutter SDK on macOS

<h1>System requirements</h1> <p>To install and run Flutter, your development environment must meet these minimum requirements:</p> <ul> <li><strong>Operating Systems</strong>: macOS, version 10.14 (Mojave) or later.</li> <li><strong>Disk Space</strong>: 2.8 GB (does not include disk space for IDE/tools).</li> <li><strong>Tools</strong>: Flutter is used&nbsp;<code>git</code>&nbsp;for installation and upgrade. We recommend installing&nbsp;<a href="https://developer.apple.com/xcode/" rel="noopener ugc nofollow" target="_blank">Xcode</a>, which includes*,&nbsp;<code>git</code>but you can also&nbsp;<a href="https://git-scm.com/download/mac" rel="noopener ugc nofollow" target="_blank">install&nbsp;</a><code><a href="https://git-scm.com/download/mac" rel="noopener ugc nofollow" target="_blank">git</a></code><a href="https://git-scm.com/download/mac" rel="noopener ugc nofollow" target="_blank">&nbsp;it separately</a>.</li> </ul> <h1>Get the Flutter SDK</h1> <ol> <li>Download the following installation bundle to get the latest stable release of the Flutter SDK:</li> </ol> <p><strong>Intel:&nbsp;</strong><a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.13.7-stable.zip" rel="noopener ugc nofollow" target="_blank">flutter_macos_3.13.7-stable.zip</a></p> <p><strong>Apple Silicon:&nbsp;</strong><a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.13.7-stable.zip" rel="noopener ugc nofollow" target="_blank">flutter_macos_arm64_3.13.7-stable.zip</a></p> <p>For other release channels and older builds,</p> <p><a href="https://medium.com/@sahaj.blup/fluttering-into-action-a-step-by-step-guide-to-installing-and-configuring-flutter-sdk-on-macos-8eb9ab7065ff"><strong>Click Here</strong></a></p>
Tags: Flutter SDK