gpt4 book ai didi

flutter - 如何在 flutter 中返回前 2 页

转载 作者:行者123 更新时间:2023-12-05 02:47:06 26 4
gpt4 key购买 nike

现在我正在尝试删除数据,完成后将其删除。它应该去主页。这里的问题是当我使用导航器到主页时。 user_id 返回 null 而不是它应该显示真实的 user_id。如何管理内容流?

我用来返回 2 页之前的代码。

 new RaisedButton(
child: new Text("OK DELETE!",style: TextStyle(color: Colors.black),),
color: Colors.red,
onPressed: (){
deleteData();
Navigator.of(context).push(
MaterialPageRoute(
builder: (BuildContext context)=> OwnerPage())
);
},
),

删除前的图片出现:

enter image description here

删除后的图片出现:

enter image description here

获取更多信息。从登录页面到主页,我使用的是这种类型的代码: enter image description here

最佳答案

如果您使用路由在页面之间导航,您可以这样做

Navigator.pushNamed(context,'/OwnerPage');

这将直接导航到 OwnerPage

希望对您有所帮助!

关于flutter - 如何在 flutter 中返回前 2 页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65187495/

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