【发布时间】:2020-03-19 13:20:22
【问题描述】:
Flutter Web:有没有办法让应用的 URL 看起来类似于导航路径名称,以便我们可以进行深度链接?例如如果我现在在 chrome 上运行应用程序,我得到的 URL 是“http://localhost:51322/#/”。所以如果我在主屏幕上,我怎么能把它作为“http://localhost:51322/#/home”呢?
我在https://medium.com/flutter-community/more-than-a-flutter-web-app-is-a-full-flutter-website-c6bb210b1f16 尝试了解决方案,但它似乎不再起作用了。
【问题讨论】:
标签: flutter dart dart-html flutter-web