@@ -26,8 +26,6 @@ import '../demos/reference/motion_demo_shared_y_axis_transition.dart';
2626import '../demos/reference/motion_demo_shared_z_axis_transition.dart' ;
2727import '../demos/reference/transformations_demo.dart'
2828 deferred as transformations_demo;
29- import '../demos/reference/two_pane_demo.dart'
30- deferred as twopane_demo;
3129import '../demos/reference/typography_demo.dart'
3230 deferred as typography;
3331import '../gallery_localizations.dart' ;
@@ -1158,54 +1156,6 @@ class Demos {
11581156
11591157 static List <GalleryDemo > otherDemos (GalleryLocalizations localizations) {
11601158 return < GalleryDemo > [
1161- GalleryDemo (
1162- title: localizations.demoTwoPaneTitle,
1163- icon: GalleryIcons .bottomSheetPersistent,
1164- slug: 'two-pane' ,
1165- subtitle: localizations.demoTwoPaneSubtitle,
1166- configurations: < GalleryDemoConfiguration > [
1167- GalleryDemoConfiguration (
1168- title: localizations.demoTwoPaneFoldableLabel,
1169- description: localizations.demoTwoPaneFoldableDescription,
1170- documentationUrl:
1171- 'https://pub.dev/documentation/dual_screen/latest/dual_screen/TwoPane-class.html' ,
1172- buildRoute: (_) => DeferredWidget (
1173- twopane_demo.loadLibrary,
1174- () => twopane_demo.TwoPaneDemo (
1175- type: twopane_demo.TwoPaneDemoType .foldable,
1176- restorationId: 'two_pane_foldable' ,
1177- ),
1178- ),
1179- ),
1180- GalleryDemoConfiguration (
1181- title: localizations.demoTwoPaneTabletLabel,
1182- description: localizations.demoTwoPaneTabletDescription,
1183- documentationUrl:
1184- 'https://pub.dev/documentation/dual_screen/latest/dual_screen/TwoPane-class.html' ,
1185- buildRoute: (_) => DeferredWidget (
1186- twopane_demo.loadLibrary,
1187- () => twopane_demo.TwoPaneDemo (
1188- type: twopane_demo.TwoPaneDemoType .tablet,
1189- restorationId: 'two_pane_tablet' ,
1190- ),
1191- ),
1192- ),
1193- GalleryDemoConfiguration (
1194- title: localizations.demoTwoPaneSmallScreenLabel,
1195- description: localizations.demoTwoPaneSmallScreenDescription,
1196- documentationUrl:
1197- 'https://pub.dev/documentation/dual_screen/latest/dual_screen/TwoPane-class.html' ,
1198- buildRoute: (_) => DeferredWidget (
1199- twopane_demo.loadLibrary,
1200- () => twopane_demo.TwoPaneDemo (
1201- type: twopane_demo.TwoPaneDemoType .smallScreen,
1202- restorationId: 'two_pane_single' ,
1203- ),
1204- ),
1205- ),
1206- ],
1207- category: GalleryDemoCategory .other,
1208- ),
12091159 GalleryDemo (
12101160 title: localizations.demoMotionTitle,
12111161 icon: GalleryIcons .animation,
0 commit comments