Flutter, Dart : Remove DEBUG Banner (iOS, Android, Web)

Опубликовано: 12 Март 2021
на канале: Soonin Coding Challenge
112
1

Flutter, Dart : Remove DEBUG Banner (iOS, Android, Web)

This Project Source Code :
GitHub : https://github.com/soonin/remove_debu...


debugShowCheckedModeBanner: false,
To remove DEBUG Banner that appears in Flutter application in the top right corner, set debugShowCheckedModeBanner property to false in MaterialApp widget.
Usually, the DEBUG banner appears in the the application, when you run the application in DEBUG mode.


::::: ATTN :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Also For better search in Youtube channel you can go to "SwiftVillage" Blog here :
Blog : http://swiftvillage.blogspot.com/
Instagram :   / codingchallenge  
Twitter :   / swiftvillage1  
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Wish the Best For you :)

IOS, Swift, Tutorial, Tricks, programmatically , Xcode , IOS 11+, Swift 4+, Beginners, Tutorial , intermediate , senior , IOS 11, Swift 4, iOS 12, swift 4.2,swift 5,swiftUI, swift 5.4 , Flutter, Android Studio, Kotlin, Dart, Objective-C , Cross-Platform,
StatelessWidget,  override, runApp, main(), Widget, build, MaterialApp, appBar,title,child, Scaffold, Center,



References & Related links :
• https://developer.apple.com/
• https://flutter.dev/docs/