yjbanov / butterfly

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

Shifting gears #41

Closed yjbanov closed 5 years ago

yjbanov commented 5 years ago

Prepare for new experiment!

This PR only includes the new framework: f2.dart should be nearly identical to Flutter's framework.dart. Also introduced RenderObject that's not the same thing as Flutter's, but plays a similar role - it is responsible for "painting" the UI, which in this case means produce HTML.

Next PR will be a library for remotely syncing DOM.

@jonahwilliams @leonsenft

jonahwilliams commented 5 years ago

RSLGTM