SyntaxFix
Write A Post
Hire A Developer
Questions
The debug banner appears only while in development and is automatically removed in the release build.
To hide this there is a need to set debugShowCheckedModeBanner to false
debugShowCheckedModeBanner
false
MaterialApp( debugShowCheckedModeBanner: false, )