mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-06 17:48:43 +08:00
feat(CupertinoSliverRefreshControl demo)
CupertinoSliverRefreshControl demo与CupertinoSliverNavigationBar无差别, 所以二者路由引到同一个位置
This commit is contained in:
@ -25,4 +25,9 @@ List<WidgetPoint> widgetPoints = [
|
|||||||
routerName: CupertinoSliverNavigationBar.Demo.routeName,
|
routerName: CupertinoSliverNavigationBar.Demo.routeName,
|
||||||
buildRouter: (BuildContext context) => CupertinoSliverNavigationBar.Demo(),
|
buildRouter: (BuildContext context) => CupertinoSliverNavigationBar.Demo(),
|
||||||
),
|
),
|
||||||
|
WidgetPoint(
|
||||||
|
name: 'CupertinoSliverRefreshControl',
|
||||||
|
routerName: CupertinoSliverNavigationBar.Demo.routeName,
|
||||||
|
buildRouter: (BuildContext context) => CupertinoSliverNavigationBar.Demo(),
|
||||||
|
),
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user