美文网首页
flutter的get路由

flutter的get路由

作者: 时光事故 | 来源:发表于2024-07-16 12:03 被阅读0次

get跳转指定路由

Get.toName('/login')

Get.toName('/login',agr)

get路由返回上一级页面

Get.back()

get返回根页面

Get.offAll(const table(index:4))

get跳转到下个页面没有返回按钮

Get.off(const RegisterFirstPage())

路由的整体配置

在Runapp下面的Getpages:[

]

相关文章

网友评论

      本文标题:flutter的get路由

      本文链接:https://www.haomeiwen.com/subject/ozlhhjtx.html