How to launch Hello World Flutter on Desktop from Android Studio?

Issue

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

Solution

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.

Answered By – smorgan

Answer Checked By – Marie Seifert (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *