Ethan

Results 80 comments of Ethan

ListView is supported in v0.6.0

Hi, this is not enough info to reproduce. Can you please try to narrow down to what code is causing this issue, since this does not happen for all EVC...

Hi, sorry for the delay. I'm unable to reproduce this issue. Using RuntimeWidget as follows and an EVC file generated from the code you provided: ``` return RuntimeWidget( uri: Uri.parse('asset:assets/issue53.evc'),...

Partially fixed in v0.8.0

There is not. This would be a good first issue if anyone is interested in making a pull request.

Hi, I appreciate your effort here. The `Map.from` and `toDouble` changes look great. Unfortunately, checks like `is $Value` and `?? $null()` are [generally problematic and almost always incorrect](https://github.com/ethanblake4/dart_eval/pull/165#issuecomment-1913276157). Typically they...