all the children is making an error }
) 这是我遇到的问题:The argument type 'List<Null>?'can't be assigned to the parameter type 'List<Widget>'.。我猜问题来自于我的快照,它没有包装在Widget中,但我从代码中获得了灵感,做了同样的事情,似乎没
我想用json的结果填充一个GridView,但是当我试图使用映射生成数据时,"The argument type 'List<Widget>?'can't be assigned to the parameter type 'List<Widget>'"会为我显示消息。 pokeHub = PokeHub.from
虽然我将map转换为List,Flutter还是显示了以下错误消息 The argument type 'List<Set<Card>>' can't be assigned to the parametertype 'List<Widget>'.dartargument_type_not_assignable 你能告诉我出什么事了吗?key, required String title}) : super(key: key);
f