jacksonjude / cloudkit_flutter

CloudKit support for Flutter via CloudKit Web Services.
https://pub.dev/packages/cloudkit_flutter
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

type 'DynamicMirrorImpl' is not a subtype of type 'ClassMirror' in type cast #9

Open ShiyaoH opened 1 year ago

ShiyaoH commented 1 year ago

The package works fine before but I suddenly got this error when compiling. It complains about the type casting on source code: "ClassMirror currentClassMirrorForType = reflector.reflectType(T) as ClassMirror; //TODO: Messy solution :(" in ck_field_type.dart file. Please help. I am using dart version 2.17.5 (stable) on mac.