jodinathan/typings

typings module crashes with inline qualifier on class under dart 3.3

Opened this issue · 1 comments

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.

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