尝试构建卡片时在Flutter web:Expected a value of type 'SkDeletable', but got one of type 'Null'中遇到此错误。错误日志并不能告诉我们很多信息,除了导致错误的小部件是CustomCard 下面是我的代码: CustomCard(final double _width = MediaQuery.o
以调试模式在sdk gphone64 x86 64上启动.lib/main.dart:31:19: Error:参数'key‘不能有'null’值,因为它的类型是'Key',但是隐含的默认值是'null/key.dart').尝试添加一个显式的非“null”默认值或“必需”修饰符。'null‘值</em
我有一个返回String的函数,但当我调用此函数时,应用程序屏幕变红,并收到以下错误:Expected a value of type 'string' but got one of type 'int下面是我的函数,它返回String checkProportion(String predominantGamete, String resultado) { Widget build(BuildContext context)