ethanblake4 / dart_eval

Extensible Dart interpreter for Dart with full interop
https://pub.dev/packages/dart_eval
BSD 3-Clause "New" or "Revised" License
334 stars 40 forks source link

Unloaded enum error while setupbridging #169

Closed Noobware1 closed 9 months ago

Noobware1 commented 9 months ago

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

ethanblake4 commented 9 months ago

Fixed in v0.7.6