How to Remove The Debug Banner in Flutter App ?

Flutter SDK Folder

  1. Go to ..\flutter\packages\flutter\lib\src\material.
  2. Open app.dart.
  3. Look for this.debugShowCheckedModeBanner and change the value from true to false.


Flutter Application

Add debugShowCheckedModeBanner: false to main.dart.