Skip to content

Commit

Permalink
Test widgetbook cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ulusoyca committed Dec 20, 2024
1 parent c992c9d commit fd41da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coffee_maker_navigator_2/widgetbook/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class WidgetbookApp extends StatelessWidget {
return Widgetbook.material(
directories: directories,
appBuilder: (context, child) => MaterialApp.router(
debugShowCheckedModeBanner: false,
debugShowCheckedModeBanner: true,
backButtonDispatcher: RootBackButtonDispatcher(),
routerDelegate: SingleChildRouterDelegate(
child: child,
Expand Down

0 comments on commit fd41da9

Please sign in to comment.