FlutterError: List is not a subtype of type Map 问题: Flutter 允许时候报错 Error: List<dynamic> is not a subtype of type Map<String, dynamic> 解决方法: 通常出现这种情况都是因为类型不一致导致的。例如需要的值类型是 Map<String, dynamic>, 而方法的返回值是 L……继续阅读 » 5个月前 (10-05) 132浏览 0评论 0个赞