How to remove the debug banner in Flutter?
I am using a flutter screenshot and I would like the screenshot not to have a banner. Now it does have.
If you are using IntelliJ IDEA, there is an option in the flutter inspector to disable it.
run the project
open the flutter inspector
hide slow banner
When you are in the Flutter Inspector, click or choose "More Actions."
Picture of the Flutter Inspector
When the menu appears, choose "Hide Debug Mode Banner"
Picture of Hide Debug Mode Banner