How to open iOS Simulator in Android Studio for Flutter application

前端 未结 9 1670
臣服心动
臣服心动 2021-01-12 01:37

Today I have started learning Flutter. I am using Android Studio in Mac. I have already

  • Configured the Flutter and Dart plugins in Android studio.
  • Inst
9条回答
  •  感情败类
    2021-01-12 02:16

    Basically, it needs to install brew package manager and some other dependencies. I got my problem solve by the following flutter doc page.

    source: https://flutter.dev/docs/get-started/install/macos#update-your-path

提交回复
热议问题