I opened a flutter web app from GitHub in IDX.
There is folder ‘website’ that contains the Flutter package.
When I run flutter run -d chrome
, I get this:
No supported devices found with name or id matching 'chrome'.
The following devices were found:
Android SDK built for x86 (mobile) • emulator-5554 • android-x86 • Android 10 (API 29) (emulator)
Android SDK built for x86 (mobile) • localhost:5555 • android-x86 • Android 10 (API 29) (emulator)
Linux (desktop) • linux • linux-x64 • IDX GNU/Linux 6.1.85+
Is it possible to run Flutter for web from IDX?