restuarnt_app 在这里您可以找到我们如何使用路线名称和推入路线导航至屏幕。如何使用路线 在初始化材料应用程序时,我们必须在主文件中设置路径名称。 使用路由的示例// 用法 class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: