jodinathan / typings

Apache License 2.0
38 stars 9 forks source link

typings module crashes with inline qualifier on class under dart 3.3 #20

Open truedat101 opened 7 months ago

truedat101 commented 7 months ago

related to #19 and #1 , the inline support is implicit. So no experimental flag is needed in Dart 3.3 (not sure when this breaking change has occured). Ideally code for different version can be supported. This is a complex project. Or, always support the bleeding edge release. Removing "inline" qualifier on class fixes the build errors.

truedat101 commented 6 months ago

ooops looks like this might be called out in #15 . Sorry for the dup.