ethanblake4 / dart_eval

Extensible Dart interpreter for Dart with full interop

Home Page:https://pub.dev/packages/dart_eval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unloaded enum error while setupbridging

Noobware1 opened this issue · 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