yjbanov / butterfly

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

Add lifecycle methods willMount and willUnmount #7

Closed jonahwilliams closed 7 years ago

jonahwilliams commented 7 years ago

Added the two above lifecycle methods in widget.dart. I am reasonably sure they work as advertised but finding a good way to test them as not been easy.

Also dartfmt on butterfly_test.dart.

jonahwilliams commented 7 years ago

Regarding our offline discussion, I think #willMount is probably not that useful. Thoughts on leaving it out for now?

yjbanov commented 7 years ago

Regarding our offline discussion, I think #willMount is probably not that useful. Thoughts on leaving it out for now?

I'm all for not developing in vacuum, so strongly support leaving it out until we have a good use-case.