JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

24、去除右上方的debug图标

发布时间 2023-12-18 00:08:57作者: 鲤斌
class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false, //去除debug图标
      home: MyHomePage(),
    );
  }
}

 

    本栏目推荐文章
  • django练手(二十):图标上传页面增加分页的功能
  • MFC项目多版本软件图标共存问题
  • IntelliJ IDEA Debug模式下结束后继续执行代码问题
  • IDEA Debug 调试技巧(基础版)
  • 解决mac arm 中 goland 无法 debug 问题
  • 报错 To run and debug the Harmony device, configure the HarmonyOS runtime.
  • Jax框架 —— 如何在没有GPU和TPU的设备上debug代码 —— 在CPU上使用GPU仿真设置 —— Jax框架在多卡设备上的自动并行特性的仿真体验
  • 鸿蒙开发 ERROR: Failed to find the incremental input file: C:\Users\admin\.ohos\config\auto_debug_MyApplication2_com.example.myapplication2_2850086000448618441.cer.
  • [Debug Series] Don't capture reference unless it's transient
  • 给UniButton(或其他按钮等)加上图标
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们