merge origin

This commit is contained in:
xj.deng
2019-05-07 19:35:28 +08:00

View File

@ -62,6 +62,8 @@ class _MyHomePageState extends State<AppPage>
)); ));
} }
list list
// ..add(FirstPage())
..add(MainPage()) ..add(MainPage())
..add(WidgetPage(Provider.db)) ..add(WidgetPage(Provider.db))
..add(CollectionPage()) ..add(CollectionPage())