丁不易
丁不易
flutter run 运行之后 报错: Compiler message: file:///C:/Users/sbbc/AppData/Roaming/Pub/Cache/hosted/pub.flutter-io.cn/flare_flutter-1.5.2/lib/flare.dart:1033:18: Error: The argument type 'Int32List' can't be assigned to the parameter type 'Uint16List'. - 'Int32List' is from 'dart:typed_data'. - 'Uint16List' is from 'dart:typed_data'....
when use the function of onSet, the function of onSet works twice, I can't find the reason of question; onSet: function(rating) { // console.log("OnSet: Rating: "+rating);--->twice jRateScore['jRateScore'+i] = rating;--->twice }