yjbanov / butterfly

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

improve doc on how to run app in development #29

Open Kleak opened 7 years ago

Kleak commented 7 years ago

I'm trying to write a little app with butterfly but i think there is a piece that is missing right now because i have to restart the dev server every time i do a change. And some part of the app are not working like eventListener

So i think improving the documentation for newcomer is a good starting point.

Kleak commented 7 years ago

If someone can explain here how to run an app i will write a doc about that for newcomers

yjbanov commented 7 years ago

VM-based dev mode is still too buggy. However, as of 2 minutes ago you should be able to use DDC with butterfly now:

pub serve --web-compiler=dartdevc
Kleak commented 7 years ago

Great i tested and it work ! But the todo example is little buggy do i open a new issue for that ?