Flutter Uygulama Ekranındaki Debug Etiketini Kaldırma

Flutter ile uygulama geliştirirken emülatörda programın sağ üstünde bulunan Debug etikiketini kaldırmak için aşağdaki kodudaki ilgili debugShowCheckedModeBanner değeri false yaparak kaldırabilirsiniz.

class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,

How to remove the debug banner in flutter

Bir cevap yazın

E-Posta adresiniz yayınlanmayacaktır.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Siteyi kullanmaya devam ederek çerezlerin kullanılmasını kabul etmiş olursunuz.. daha fazla bilgi

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close