gpt4 book ai didi

flutter - 如何在Flutter网站中更改网址?

转载 作者:行者123 更新时间:2023-12-03 16:26:21 24 4
gpt4 key购买 nike

我需要更改此网页的内容

enter image description here

对于这个内容
enter image description here

并将网址从“localhost:49318/#/home/inicio”更改为“localhost:49318/#/home/other”。

所有这些都无需使用导航器。

在移动应用程序中,我将更改设置状态下显示的小部件,但是在网页上执行此操作不会更改网址。

最佳答案

我使用Fluro(一个程序包)来控制路线,但最终我需要更改URL而不进行重定向。
解决方案非常简单
导入此:

import 'dart:html' as html;
然后在您的代码中,使用它来更改URL而不影响当前页面
html.window.history.pushState(null, 'home', '#/home/other');

关于flutter - 如何在Flutter网站中更改网址?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59400953/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com