6.1 How to remove the Flutter debug banner?

Поділитися
Вставка
  • Опубліковано 31 тра 2021
  • #flutter #dart
    How to remove the Flutter debug banner?
    ✅The debug banner will also automatically be removed on release build.
    divin.dev/flutter/2022/05/04/...
    ✅Removing the DEBUG Banner:
    1️⃣To remove or hide the DEBUG label in your Flutter app, set the debugShowCheckedModeBanner property to false in the MaterialApp widget of your application.
    On your MaterialApp or CupertinoApp set debugShowCheckedModeBanner to false
    🅰MaterialApp(
    debugShowCheckedModeBanner: false,)
    🅱CupertinoApp(
    debugShowCheckedModeBanner: false, )
    2️⃣If you're using Dart DevTools, you can find the same button in the top right corner as well.
    3️⃣If you want to release apk (which don't have debug banner) and if you are using android studio then go to:
    Run ➡ Flutter Run 'main.dart' in Release mode
    ❓remove debug banner flutter android studio, flutter debug mode, flutter change debug banner text, how to remove debug, how to remove debug file from desktop, flutter banner, flutter release mode, flutter release build

КОМЕНТАРІ • 11

  • @polynusgullo3707
    @polynusgullo3707 9 місяців тому

    Thanks for tutor

  • @JumboGamers
    @JumboGamers 2 роки тому

    Thanks

  • @nusratarif6519
    @nusratarif6519 5 місяців тому

    thnx !!!

  • @pubgpanda4772
    @pubgpanda4772 2 роки тому +2

    Helps

  • @sdg258
    @sdg258 3 роки тому

    Cho em hỏi với ạ ở bài này anh dùng cái gì để chạy máy ảo vậy ạ?

    • @DummyFresher
      @DummyFresher  3 роки тому +1

      Mình k dùng máy ảo bạn ạ. Vì chạy máy ảo nặng quá nên mình thường debug bằng cách build ứng dụng dạng web hoặc ứng dụng Windows. Bạn xem cách config ở đây flutter.dev/desktop

    • @sdg258
      @sdg258 3 роки тому

      @@DummyFresher dạ vâng em cám ơn ạ

    • @sdg258
      @sdg258 3 роки тому

      @@DummyFresher à mà build vậy nó khác máy ảo nhiều không ạ?

    • @DummyFresher
      @DummyFresher  3 роки тому +1

      Cũng k khác nhiều, vì Flutter là đa nền tảng mà. Chỉ khác là cửa sổ có thể co giãn to nhỏ, k như máy ảo thì kích thước màn hình là cố định.

    • @sdg258
      @sdg258 3 роки тому

      @@DummyFresher Dạ vâng em cám ơn ạ

  • @user-qg5jw1mi5g
    @user-qg5jw1mi5g 6 місяців тому

    You took so long to show a simple thing!!! 😠