Ethan
Ethan
As of https://github.com/ethanblake4/dart_eval/commit/a7c88ecdc58e9ca97a1c4b508cda74fc91bee95e this is supported for eval native
Support for Timer added in dart_eval v0.7.9
No currently there's not a way to do it automatically, you'll have to implement it separately by yourself
You need to recompile the EVC code with the latest version of dart_eval.
Why not use `HotSwap` instead of RuntimeWidget?
Have you actually tested that this causes a performance issue? I have not spent a lot of time on loading speed and size of EVC files because so far nobody...
Well I would recommend that you shouldn't try to optimize performance until it is actually an issue that you have, then I can help you.
Thanks for this work @a-wallen ! I'm happy to accept it into flutter_eval (assuming the review comments are addressed). As far as binding generation, I don't have any immediate updates...
Hi and thanks for the kind words :) InheritedWidget is a particularly difficult case since Dart has no mechanism for dynamically specifying type parameters. `dependOnInheritedWidgetOfExactType` requires specifying the type parameter...
@nosovk Of course yes, there is no restrictions on what you can do with bridging.