How to remove the debug banner in Flutter?

realNameHidden - Jun 2 '23 - - Dev Community

On your MaterialApp set debugShowCheckedModeBanner to false.

MaterialApp(
debugShowCheckedModeBanner: false,
)

Image description

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player