Skip to content

Commit 3313f51

Browse files
authored
Put Cupertino gallery demos in alphabetical order (flutter#21081)
1 parent c594696 commit 3313f51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/flutter_gallery/lib/gallery/demos.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -403,20 +403,20 @@ List<GalleryDemo> _buildGalleryDemos() {
403403
routeName: CupertinoProgressIndicatorDemo.routeName,
404404
buildRoute: (BuildContext context) => new CupertinoProgressIndicatorDemo(),
405405
),
406-
new GalleryDemo(
407-
title: 'Buttons',
408-
icon: GalleryIcons.generic_buttons,
409-
category: _kCupertinoComponents,
410-
routeName: CupertinoButtonsDemo.routeName,
411-
buildRoute: (BuildContext context) => new CupertinoButtonsDemo(),
412-
),
413406
new GalleryDemo(
414407
title: 'Alerts',
415408
icon: GalleryIcons.dialogs,
416409
category: _kCupertinoComponents,
417410
routeName: CupertinoAlertDemo.routeName,
418411
buildRoute: (BuildContext context) => new CupertinoAlertDemo(),
419412
),
413+
new GalleryDemo(
414+
title: 'Buttons',
415+
icon: GalleryIcons.generic_buttons,
416+
category: _kCupertinoComponents,
417+
routeName: CupertinoButtonsDemo.routeName,
418+
buildRoute: (BuildContext context) => new CupertinoButtonsDemo(),
419+
),
420420
new GalleryDemo(
421421
title: 'Navigation',
422422
icon: GalleryIcons.bottom_navigation,

0 commit comments

Comments
 (0)