yjbanov / butterfly

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

Provide lifecycle hooks #4

Closed alexeieleusis closed 7 years ago

alexeieleusis commented 7 years ago

In the greencat example I couldn't figure out where to close the store stream, probably is not documented.

jonahwilliams commented 7 years ago

willUnmount was recently added. Any initialization can be done in state constructors