[Flutter]主题切换器
Flutter演示应用程序,展示了如何在运行时动态更改主题
执照
Copyright 2018 Jorge Coca
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://
restuarnt_app
在这里您可以找到我们如何使用路线名称和推入路线导航至屏幕。如何使用路线
在初始化材料应用程序时,我们必须在主文件中设置路径名称。 使用路由的示例//
用法
class MyApp extends StatelessWidget {
// This widget is the root of your application.
override
Widget build(BuildContext context) {
return Materi