Flutter
Installation
https://docs.flutter.dev/get-started/install/macos
Installation on MacOS isn't straight forward.
You not only need Android Studio and XCode, but also need to create simulator for them. Start a dummy project with them and make sure a simulator can run.
If you get error about cocoa pods.
You need to run
If you have problem with android sdk command line tool, Go to Android Studio Android SDK setting, and install the command line tool.
ANDROID_HOME
android home can be found in Android Stdudio by searching for Android SDK.
Why is it so complicated? The documentation is not clear.
How is this guide?