Ask Your Question
4

In VSCode, why is the Flutter Web browser emulator not showing up as a choice?

asked 2022-01-25 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-10 17:00:00 +0000

ladyg gravatar image

There could be several reasons why the Flutter Web browser emulator is not showing up as a choice in VSCode:

  1. Make sure that you have the Flutter and Dart extensions installed in VSCode. You can do this by going to the Extensions tab and searching for Flutter and Dart extensions.

  2. Check that you have installed the necessary dependencies for Flutter web development. This can be done by running the command flutter doctor -v in the terminal.

  3. Ensure that you have configured VSCode to recognize Flutter web as a platform. You can do this by opening the command palette (Ctrl+Shift+P) and typing "Flutter: Change Device" and then selecting "Chrome" as your device.

  4. Verify that your Chrome browser is up to date and that you have not disabled any browser plugins that may be interfering with the Flutter Web browser emulator.

  5. If none of these solutions work, try restarting your VSCode and your computer to see if that resolves the issue.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-01-25 11:00:00 +0000

Seen: 11 times

Last updated: Jul 10 '21