You can print in the console and also debug in Android Studio and Chrome at the same time. In order to do so, you need to select Chrome (web) from the dropdown.
Read moreHow do you debug a web Flutter?
With this configuration, you can start debugging your Flutter web apps in VSCode, using breakpoints.
Read moreCan Flutter run in Chrome?
If Chrome is installed, the flutter devices command outputs a Chrome device that opens the Chrome browser with your app running, and a Web Server that provides the URL serving the app. In your IDE, you should see Chrome (web) in the device pulldown.
Read more