How do I get rid of Flutter inspector?

To remove the flutter debug banner, there are several possibilities : 1- The first one is to use the debugShowCheckModeBanner property in your MaterialApp widget . And then do a hot reload. 2-The second possibility is to hide debug mode banner in Flutter Inspector if you use Android Studio or IntelliJ IDEA .

Read more