How to remove debug banner in flutter - Khurram Softwares -->

Advertisement

How to remove debug banner in flutter

 


How to remove debug banner in flutter 

To remove the debug banner in Flutter, you can set the debugShowCheckedModeBanner property to false in the MaterialApp widget.

For example:

Alternatively, you can also use the debugShowMaterialGrid property to turn off the debug banner.


Keep in mind, the above options will work only in debug mode, in release mode it will not show the debug banner.