Merge pull request #53 from hanxu317317/welcome

feat(第四页暂时用欢迎页替代. 后期再开发):
This commit is contained in:
hanxu317317
2019-01-18 14:40:17 +08:00
committed by GitHub

View File

@ -14,7 +14,7 @@ import 'package:flutter/rendering.dart';
import 'first_page.dart';
import 'widget_page.dart';
//import 'package:flutter_go/views/welcome_page/fourth_page.dart';
import 'package:flutter_go/views/welcome_page/fourth_page.dart';
import 'collection_page.dart';
import '../routers/application.dart';
import '../common/provider.dart';
@ -112,11 +112,7 @@ class _MyHomePageState extends State<AppPage>
new FirstPage(),
new WidgetPage(db),
new CollectionPage(),
Container(
child: Center(
child: Text("开发中"),
),
)
FourthPage()
]),
bottomNavigationBar: Material(
color: const Color(0xFFF0EEEF), //底部导航栏主题颜色