yjbanov / butterfly

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

Working Angular Example #35

Closed jonahwilliams closed 6 years ago

jonahwilliams commented 6 years ago

Still some open questions on structure:

Unfortunately it looks as if a type/build error in butterfly_components will only cause pub to hang without failing.

Also - initialization of Angular. Instead of doing this in the render node of the AngularApplicationWidget, it might make more sense to move it to a static method bootstrap(), so that it is obvious it can/should only be called once.

jonahwilliams commented 6 years ago

There Is a solid chance I completed screwed up that rebase ... oh well