feat(CupertinoSliverRefreshControl demo)

CupertinoSliverRefreshControl demo与CupertinoSliverNavigationBar无差别, 所以二者路由引到同一个位置
This commit is contained in:
sanfan.hx
2019-01-20 17:24:25 +08:00
parent f2b7ca5f74
commit 346036cdb9

View File

@ -25,4 +25,9 @@ List<WidgetPoint> widgetPoints = [
routerName: CupertinoSliverNavigationBar.Demo.routeName,
buildRouter: (BuildContext context) => CupertinoSliverNavigationBar.Demo(),
),
WidgetPoint(
name: 'CupertinoSliverRefreshControl',
routerName: CupertinoSliverNavigationBar.Demo.routeName,
buildRouter: (BuildContext context) => CupertinoSliverNavigationBar.Demo(),
),
];