How to Remove The Debug Banner in Flutter App ?
Flutter SDK Folder
- Go to ..\flutter\packages\flutter\lib\src\material.
- Open app.dart.
- Look for this.debugShowCheckedModeBanner and change the value from true to false.
Flutter Application
Add debugShowCheckedModeBanner: false to main.dart.