flutter 导航
在 materialapp中添加:
routes: <String, WidgetBuilder> {
'/app': (_) => AppPage(),
},
导航运用
Navigator.pushNamed(context, "/app");
在 materialapp中添加:
routes: <String, WidgetBuilder> {
'/app': (_) => AppPage(),
},
导航运用
Navigator.pushNamed(context, "/app");