Today I have started learning Flutter. I am using Android Studio in Mac. I have already
If you don't need IDE debugger support, you can skip the overhead of launching it through the IDE, and instead simply launch the Flutter app from the command line.
Once Simulator is running, run these 2 commands:
flutter doctor
- to verify the simulator is recognized by Flutter and no other emulators are runningflutter run
- will deploy the app to the know emulator or simulatorThanks to: https://flutter.dev/docs/get-started/install/macos#create-and-run-a-simple-flutter-app