ethanblake4/dart_eval

when to support call method in dart_eval runtime

yanweimin7 opened this issue · 2 comments

currently i saw all method are throw UnimplementedError

image

Currently these cannot be auto-generated because there are a lot of edge cases. I am working on it, but in the meantime you have to write the code for this yourself (you can look through the dart_eval and flutter_eval codebase to see examples of how to do it)

got it! , thanks!

Currently these cannot be auto-generated because there are a lot of edge cases. I am working on it, but in the meantime you have to write the code for this yourself (you can look through the dart_eval and flutter_eval codebase to see examples of how to do it)