【发布时间】:2020-09-23 16:10:21
【问题描述】:
当进入任务菜单(android)时,它在 Manifest xml 文件中显示“Flutter Demo”而不是我的应用程序标签字符串。在屏幕页面中,我使用了没有应用栏的脚手架,因此没有标题,但里面有安全区域小部件。
我应该在哪里编辑才能获得自定义应用磁贴名称。
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
body: Center(
child: SafeArea(
child: Column(
【问题讨论】: