To create a Flutter app with web support, you need the following software: Flutter SDK. See the Flutter SDK installation instructions. Chrome; debugging a web app requires the Chrome browser .
Read moreWhy does flutter app open in Chrome instead of emulator?
You need to select the preferred device before running the app , chances are that the selected category is Chrome (Web) , change by selecting any Android Emulator. But the app also needs to have support for mobile devices.
Read more