Unverified Commit 3313f518 authored by xster's avatar xster Committed by GitHub

Put Cupertino gallery demos in alphabetical order (#21081)

parent c594696f
......@@ -403,13 +403,6 @@ List<GalleryDemo> _buildGalleryDemos() {
routeName: CupertinoProgressIndicatorDemo.routeName,
buildRoute: (BuildContext context) => new CupertinoProgressIndicatorDemo(),
),
new GalleryDemo(
title: 'Buttons',
icon: GalleryIcons.generic_buttons,
category: _kCupertinoComponents,
routeName: CupertinoButtonsDemo.routeName,
buildRoute: (BuildContext context) => new CupertinoButtonsDemo(),
),
new GalleryDemo(
title: 'Alerts',
icon: GalleryIcons.dialogs,
......@@ -417,6 +410,13 @@ List<GalleryDemo> _buildGalleryDemos() {
routeName: CupertinoAlertDemo.routeName,
buildRoute: (BuildContext context) => new CupertinoAlertDemo(),
),
new GalleryDemo(
title: 'Buttons',
icon: GalleryIcons.generic_buttons,
category: _kCupertinoComponents,
routeName: CupertinoButtonsDemo.routeName,
buildRoute: (BuildContext context) => new CupertinoButtonsDemo(),
),
new GalleryDemo(
title: 'Navigation',
icon: GalleryIcons.bottom_navigation,
......
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