Skip to content

Commit 957ac0f

Browse files
committed
Disable debugShowCheckedModeBanner
1 parent 3820066 commit 957ac0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/lib/src/controls/page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ class _PageControlState extends State<PageControl> {
448448
return FletAppContext(
449449
themeMode: themeMode,
450450
child: MaterialApp.router(
451+
debugShowCheckedModeBanner: false,
451452
showSemanticsDebugger: widget.control
452453
.attrBool("showSemanticsDebugger", false)!,
453454
routerDelegate: _routerDelegate,

0 commit comments

Comments
 (0)