mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-13 07:50:30 +08:00
Merge pull request #53 from hanxu317317/welcome
feat(第四页暂时用欢迎页替代. 后期再开发):
This commit is contained in:
@ -14,7 +14,7 @@ import 'package:flutter/rendering.dart';
|
|||||||
|
|
||||||
import 'first_page.dart';
|
import 'first_page.dart';
|
||||||
import 'widget_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 'collection_page.dart';
|
||||||
import '../routers/application.dart';
|
import '../routers/application.dart';
|
||||||
import '../common/provider.dart';
|
import '../common/provider.dart';
|
||||||
@ -112,11 +112,7 @@ class _MyHomePageState extends State<AppPage>
|
|||||||
new FirstPage(),
|
new FirstPage(),
|
||||||
new WidgetPage(db),
|
new WidgetPage(db),
|
||||||
new CollectionPage(),
|
new CollectionPage(),
|
||||||
Container(
|
FourthPage()
|
||||||
child: Center(
|
|
||||||
child: Text("开发中"),
|
|
||||||
),
|
|
||||||
)
|
|
||||||
]),
|
]),
|
||||||
bottomNavigationBar: Material(
|
bottomNavigationBar: Material(
|
||||||
color: const Color(0xFFF0EEEF), //底部导航栏主题颜色
|
color: const Color(0xFFF0EEEF), //底部导航栏主题颜色
|
||||||
|
Reference in New Issue
Block a user