icimence / icimence.github.io

icimence's Tech blog
https://icimence.github.io/
2 stars 0 forks source link

flutter问题汇总 | icimence's Tech Blog #64

Open icimence opened 2 years ago

icimence commented 2 years ago

https://ali.icimence.cn/2022/02/06/flutter%E9%97%AE%E9%A2%98%E6%B1%87%E6%80%BB/

关于flutter启动webflutter在启动web的debug模式的时候会出现端口的问题,这时候只需要通过启动参数调整启动的端口号即可,代码如下 1flutter -d chrome --web-hostname 127.0.0.1 --web-port 8888 指定端口之后问题就可以解决了。