ethanblake4/dart_eval

Unloaded enum error while setupbridging

Noobware1 opened this issue · 1 comments

I have a bridged enum named Color and never in the code I have referenced it and the code compiles but when it's time to load the program in runtime it throws a null check error because it can't find the library for the unloaded enum Color in the current visible imports

Fixed in v0.7.6