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:
$ flutter doctor
Start building web apps
#Follow Building a web application with Flutter to get started building and running a web application with Flutter.
Unless stated otherwise, the documentation on this site reflects the latest stable version of Flutter. Page last updated on 2024-11-12. View source or report an issue.