Flutter 升级到2.2 后发现new List() 来创建一个新的集合的方式显示成过时了替换方案:List list = [];或List list = List.empty(growable: true) ...
確定! 回上一頁