Installing Flutter 3.10 on MacOS

<p>You can start developing Flutter apps without any installation or configuration. You can quickly create prototypes and simple apps and share your code with fellow developers with an online tool called&nbsp;<a href="https://www.dartpad.dev/?" rel="noopener ugc nofollow" target="_blank"><strong>DartPad</strong></a>. It is an online open-source tool that runs on any browser.</p> <p>However, if you are serious about programming with Flutter, there will come a time when you need to develop your apps locally and, therefore, will need to configure your system.</p> <p>I went through some problems during the installation on MacOS, so here are the steps to make it work:</p> <ul> <li>Install&nbsp;<a href="https://brew.sh/" rel="noopener ugc nofollow" target="_blank">Homebrew</a></li> <li>Install NodeJS by running this on your terminal</li> </ul> <pre> brew install nodejs</pre> <h2>Android Studio</h2> <ul> <li>Install a Java Runtime for the Android SDK. Latest versions of Android SDK want Java 11. I recommend the Azul Zulu JDK. You may use a different one, just make sure it&rsquo;s Java 11.</li> </ul> <p><a href="https://medium.com/@wartelski/installing-flutter-on-macos-82d94644127">Website</a>&nbsp;</p>