Tagged: debug bannerdebug banner in flutter appflutter This topic is empty. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts kevinKeymaster #317 Postcount 47 April 18, 2020 at 6:14 am Hi All, How can I want remove the debug banner in flutter app? kevinKeymaster #319 Postcount 47 April 18, 2020 at 6:15 am On your MaterialApp set debugShowCheckedModeBanner to false as below: MaterialApp( debugShowCheckedModeBanner: false ) Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In