当我运行代码时,我发现屏幕不能从一个页面切换到另一个页面。我想我遗漏了或者打错了什么。出现错误,如下所示。Could not find a generator for route RouteSettings("/coursePage", null) in the _WidgetsAppState.For the "/" route, the "home" property,
我试图通过多个FloatingActionButton转到第二个页面,但在按下任何FloatingActionButton弹出窗口后,我遇到了以下问题:在_WidgetsAppState中找不到路由RouteSettings("SecondScreens",null)的生成器。完整代码 import 'package:flutter/material.dart';
i
我有一个带有少量路由和onGenerateRoute回调的MateriallApp。当我在Navigator.pushNamed中推送一个无效的路由时,它抛出一个错误 Unhandled Exception: Could not find a generator for route RouteSettings("/path", null) in the _WidgetsAppSt