Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to remove debug tag in flutter

Inside your MaterialApp widget, add the following property.

MaterialApp(
 debugShowCheckedModeBanner: false
)
 
PREVIOUS NEXT
Tagged: #remove #debug #tag #flutter
ADD COMMENT
Topic
Name
2+2 =