yjbanov / butterfly

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

Adds a new text node #31

Closed jonahwilliams closed 6 years ago

jonahwilliams commented 7 years ago

This Text class can be const, and has it's own render node. This should leave some room for API and or perf improvements in the future

yjbanov commented 6 years ago

A test?

jonahwilliams commented 6 years ago

Is it safe to merge this before the other branch, or should I wait for the html update?

yjbanov commented 6 years ago

Let's merge this first, and I'll update the API. The change is small.