相关疑难解决方法(0)

颤振错误“无法导航到初始路线”

启动Flutter应用程序时出现以下错误:

??? EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ??????????????????????????????????????????????????????????
The following message was thrown:
Could not navigate to initial route.
The requested route name was: "/animals/cats/lolcats"
The following routes were therefore attempted:
 * /
 * /animals
 * /animals/cats
 * /animals/cats/lolcats
This resulted in the following objects:
 * MaterialPageRoute<dynamic>("/", animation: null)
 * MaterialPageRoute<dynamic>("/animals", animation: null)
 * null
 * MaterialPageRoute<dynamic>("/animals/cats/lolcats", animation: null)
One or more of those objects was null, and therefore the initial route specified will be ignored and
"/" will be …
Run Code Online (Sandbox Code Playgroud)

dart flutter flutter-navigation

5
推荐指数
1
解决办法
846
查看次数

标签 统计

dart ×1

flutter ×1

flutter-navigation ×1