Answers for "flutter remove all debug ios"

6

how to remove debug tag in flutter

Inside your MaterialApp widget, add the following property.

MaterialApp(
 debugShowCheckedModeBanner: false
)
Posted by: Guest on May-14-2020
2

how to hide debug in flutter

debugShowCheckedModeBanner: false
Posted by: Guest on June-12-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language