ethanblake4 / flutter_eval

Code push for Flutter, powered by dart_eval
https://pub.dev/packages/flutter_eval
BSD 3-Clause "New" or "Revised" License
303 stars 29 forks source link

Running the example fails with type 'MainAxisSize' is not a subtype of type 'MainAxisAlignment' #4

Closed g123k closed 2 years ago

g123k commented 2 years ago

Hi!

It seems there is an issue with the Column Widget, where the mapping between MainAxisSize and MainAxisAlignment is shuffled. Just by running the example, you should have this error:

dart_eval runtime exception: type 'MainAxisSize' is not a subtype of type 'MainAxisAlignment'

ethanblake4 commented 2 years ago

Thanks so much! I published 0.4.4 on Pub with your fix