我正在尝试多平台的颤振价值主张。
我在 Android Studio 上。
你好世界适用于安卓系统。
即使它显示在下拉列表中,Hello world 也不会在 Iphone Emulator 上启动。
我看不到任何可以在桌面上启动应用程序的东西,我可以随意调整窗口大小
我也看不到在浏览器中启动应用程序的任何内容。
有什么帮助吗?特别是对于桌面和网络.. iphone 模拟器可能是一个设置。
我在 Android Studio 3.3.2 和 XCode 10.1
我正在尝试多平台的颤振价值主张。
我在 Android Studio 上。
你好世界适用于安卓系统。
即使它显示在下拉列表中,Hello world 也不会在 Iphone Emulator 上启动。
我看不到任何可以在桌面上启动应用程序的东西,我可以随意调整窗口大小
我也看不到在浏览器中启动应用程序的任何内容。
有什么帮助吗?特别是对于桌面和网络.. iphone 模拟器可能是一个设置。
我在 Android Studio 3.3.2 和 XCode 10.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.