From 44b1f6fd64be32cf4226f02ce9c5855ccf274a10 Mon Sep 17 00:00:00 2001 From: "sanfan.hx" Date: Fri, 18 Jan 2019 14:38:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=AC=AC=E5=9B=9B=E9=A1=B5=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E7=94=A8=E6=AC=A2=E8=BF=8E=E9=A1=B5=E6=9B=BF=E4=BB=A3?= =?UTF-8?q?.=20=E5=90=8E=E6=9C=9F=E5=86=8D=E5=BC=80=E5=8F=91):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/views/home.dart | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/views/home.dart b/lib/views/home.dart index a5a16b3a..b80d78df 100644 --- a/lib/views/home.dart +++ b/lib/views/home.dart @@ -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 new FirstPage(), new WidgetPage(db), new CollectionPage(), - Container( - child: Center( - child: Text("开发中"), - ), - ) + FourthPage() ]), bottomNavigationBar: Material( color: const Color(0xFFF0EEEF), //底部导航栏主题颜色