in this quick tutorial, I will show you how you can disable the debug badge in your flutter app. it's very simple, inside your Material App widget, and before the body property, just add this line:
debugShowCheckedModeBanner: false,
And now you can run the app and see the result and it will look like this
How To disable Flutter Debug badge in your App
Reviewed by Medics
on
May 21, 2020
Rating:
No comments: