一清

Results 3 comments of 一清

> I haven't changed the asset, but suddenly there's a problem. > > 2023-10-30.9.19.37.mov > * Flutter 3.13.9 > * lottie : 2.7.0 I have the similar problem, and the...

1. int _getInfoType() 函数返回的是 int 类型 2. item 里的 item['infoType'] 返回的值什么类型的,这里应该返回的也是 int 类型,如果是 string 类型的数字,需要转一下数字类型: int.parse("") 你试着检查一下这里是不是类型不匹配