Thought I'd experiment with Flutter Desktop Windows. I used the following commands inside the VSCode terminal:
- flutter channel master
- flutter upgrade
- flutter config --enable-windows-desktop
- flutter devices
Which gives:
Windows • Windows • windows-x64 • Microsoft Windows [Version 10.0.17134.648]
I installed VS Studio Community 2019. Flutter Doctor gives:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v1.14.4-pre.28, on Microsoft Windows [Version 10.0.17134.648], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.4.3)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.41.1)
[√] Connected device (1 available)
Within VSCode, I ran Flutter: New Project
. From the VSCode terminal inside my Hello World root folder, I ran flutter packages get
followed by flutter run
which gives No supported devices found
? I know things are moving fast. Did I get a step wrong? (App runs fine inside an Android emulator)