Flutter去除右上角Debug標籤

  在MaterialApp初始化的時候,設置debugShowCheckedModeBanner: false便可:app void main(){ runApp(new MyApp()); } class MyApp extends StatefulWidget { @override _MyAppState createState() => new _MyAppState();
相關文章
相關標籤/搜索