Q:

how to remove debug tag in flutter

Inside your MaterialApp widget, add the following property.

MaterialApp(
 debugShowCheckedModeBanner: false
)
2
MaterialApp(
 debugShowCheckedModeBanner: false
)
1

New to Communities?

Join the community