How to remove the debug banner in Flutter?

On your MaterialApp set debugShowCheckedModeBanner to false.

MaterialApp(
debugShowCheckedModeBanner: false,
)


This content originally appeared on DEV Community and was authored by NJ

On your MaterialApp set debugShowCheckedModeBanner to false.

MaterialApp(
debugShowCheckedModeBanner: false,
)

Image description


This content originally appeared on DEV Community and was authored by NJ


Print Share Comment Cite Upload Translate Updates
APA

NJ | Sciencx (2023-06-02T02:48:11+00:00) How to remove the debug banner in Flutter?. Retrieved from https://www.scien.cx/2023/06/02/how-to-remove-the-debug-banner-in-flutter/

MLA
" » How to remove the debug banner in Flutter?." NJ | Sciencx - Friday June 2, 2023, https://www.scien.cx/2023/06/02/how-to-remove-the-debug-banner-in-flutter/
HARVARD
NJ | Sciencx Friday June 2, 2023 » How to remove the debug banner in Flutter?., viewed ,<https://www.scien.cx/2023/06/02/how-to-remove-the-debug-banner-in-flutter/>
VANCOUVER
NJ | Sciencx - » How to remove the debug banner in Flutter?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/06/02/how-to-remove-the-debug-banner-in-flutter/
CHICAGO
" » How to remove the debug banner in Flutter?." NJ | Sciencx - Accessed . https://www.scien.cx/2023/06/02/how-to-remove-the-debug-banner-in-flutter/
IEEE
" » How to remove the debug banner in Flutter?." NJ | Sciencx [Online]. Available: https://www.scien.cx/2023/06/02/how-to-remove-the-debug-banner-in-flutter/. [Accessed: ]
rf:citation
» How to remove the debug banner in Flutter? | NJ | Sciencx | https://www.scien.cx/2023/06/02/how-to-remove-the-debug-banner-in-flutter/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.