Set up web development for Flutter

Install a web browser

#

Download and install Google Chrome to run and debug Flutter web apps.

Alternatively, you can install Microsoft Edge on Windows, or use a different web browser by using the flutter run -d web-server command and navigating to the specified URL; however, debugging is in this mode might be limited.

Check your development environment

#

Run the flutter doctor command to validate your SDK and web browser installation:

bash
$ flutter doctor

Start building web apps

#

Follow Building a web application with Flutter to get started building and running a web application with Flutter.