yjbanov / butterfly

A web framework for Dart based on Flutter's widget model
Apache License 2.0
156 stars 13 forks source link

Make butterfly work in JS mode #30

Closed yjbanov closed 7 years ago

yjbanov commented 7 years ago

This should make it work in both DartVM and DDC. dart2js compilation succeeds, but I haven't really tested if it works. dartanalyzer --strong still reports errors, but that hasn't prevented DDC from compiling it, so we can fix those later.