Skip to content

Commit 36cede5

Browse files
V1.4.5 hotfixes again (flutter#30195)
1 parent b0275e5 commit 36cede5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/flutter_gallery/lib/gallery/demos.dart

+8
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ List<GalleryDemo> _buildGalleryDemos() {
107107
routeName: ContactsDemo.routeName,
108108
buildRoute: (BuildContext context) => ContactsDemo(),
109109
),
110+
GalleryDemo(
111+
title: 'Shrine',
112+
subtitle: 'Basic shopping app',
113+
icon: GalleryIcons.shrine,
114+
category: _kDemos,
115+
routeName: ShrineDemo.routeName,
116+
buildRoute: (BuildContext context) => const ShrineDemo(),
117+
),
110118
GalleryDemo(
111119
title: 'Animation',
112120
subtitle: 'Section organizer',

0 commit comments

Comments
 (0)