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
#除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-12-02。 查看文档源码 或者 为本页面内容提出建议。