web环境设置
最后更新于
最后更新于
flutter run -d chrome --web-port=8080 --web-hostname=127.0.0.1--web-port=8080 --web-hostname=127.0.0.1{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "flutter_app",
"request": "launch",
"type": "dart",
"args": [
"--web-port=8080",
"--web-hostname=127.0.0.1"
]
}
]
}