标签: login flutter widget inherited
我想设置一个这样的页面树。身份验证提供程序页面将确定是加载登录页面还是homeRoot页面。然后,主页根页面将确定是加载主页还是配置文件设置页面。
配置文件设置页面使用firebase身份uid将数据发送到firestore。存储完数据后,我想加载主页。并且主页必须要加载data [“ bmr”]。此数据存储在配置文件设置页面中。
谁能帮助我。我该如何实现?