Flutter Navigator operation requested with a context that does not include a Navigat

以下直接在 MaterialApp 中使用 Navigator 是会报 Navigator operation requested with a context that does not include a Navigat. ...less

 

修改成以下所示,将要使用路由的部分嵌套一层便可正常使用。blog

 

总结:要使用 路由(Navigator),根控件不能直接是 MaterialApp.路由

解决方法:将 MaterialApp 内容再使用 StatelessWeight 或 StatefulWeight 包裹一层。it

相关文章
相关标签/搜索