0

I am trying out flutter value proposition of multi platforming.

I am on Android Studio.

Hello world works on Android.

Hello world is not launched on Iphone Emulator even though it is shown in the drop down.

I don't see anything to launch the app in a desktop where i can resize the window at will

I don't see anything either to launch the app in the browser.

Any help? Especially for the desktop and web .. The iphone emulator is probably a setting.

I am on Android Studio 3.3.2 and XCode 10.1

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

1

Flutter for desktop is in very early stages, as described on the Flutter wiki; it won't work out of the box. If you want to experiment with it, you'll need to manually add desktop support to your project.

Similarly, Flutter for web is a technical preview that requires extra setup to try out.

smorgan
  • 20,228
  • 3
  • 47
  • 55