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

相關文章
相關標籤/搜索