File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
examples/flutter_gallery/lib/gallery Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments