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 <code>git</code> for installation and upgrade. We recommend installing <a href="https://developer.apple.com/xcode/" rel="noopener ugc nofollow" target="_blank">Xcode</a>, which includes*, <code>git</code>but you can also <a href="https://git-scm.com/download/mac" rel="noopener ugc nofollow" target="_blank">install </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"> 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: </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: </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>