Commit 80c34f87 authored by jinzhu's avatar jinzhu

update

parent 5403aec5
......@@ -4,6 +4,7 @@ import 'Home/HomePage.dart';
import 'Message/MessagePage.dart';
import 'Mine/MinePage.dart';
import 'Order/OrderPage.dart';
// import 'OXDemo/ConsultlistView.dart';
void main() => runApp(App());
......@@ -64,6 +65,7 @@ class HomeState extends State<Home> {
new HomePage(),
new OrderPage(),
new MessagePage(),
// new ListViewPage(),
new MinePage()
];
if (tabImages == null) {
......
......@@ -23,6 +23,8 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
# english_words: ^3.1.0 #todo test
dev_dependencies:
flutter_test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment