* Simplified loading of ParallaxComponent
* Loading helpers for the different Parallax parts
And refactor how the delta velocity works
* Fix formatting
* Break out Parallax out of ParallaxComponent
* Fix docs
* Add extension for loading different parallax things on game
* Fix formatting
* Add loadParallaxComponent extension
* Fix formatting
* Add changelog entry
* Change to Iterator to minimize performance hit
* Revert "Change to Iterator to minimize performance hit"
This reverts commit e7260aa507d4a57441e798ee0ba40cd09a776417.
* Return UnmodifiableListView for children
* Update changelog
* Add generics
* Links in comment for children getter
* [fix-add-child-issue] Fix issue in BaseComponent where addChild results in a TypeError
* [fix-add-child-issue] Change to using internal children set throughout BaseComponent
* Fix rendering of children
* Game loop handles other restore
* Properly propagate onMount and onRemove to children
* Use BaseGame on gestures to minimize confusion
* Fix linting
* All children don't need preparation
* Add composability example
* gameRef might not be defined
* Add mustCallSuper
* isMounted on game
* Remove unused gameRef argument
* Made isMounted only modifiable by the component
* Move dartdoc to public isMounted
* Fix formatting
* Fix children update and rendering
* Add changelog
* Fix formatting
* Add note about addChildren and remove assert
* Re-add child.rendered test
* Add MockCanvas and use it for composed test
* Add TextBoxConfig options and fix TextBxoComponent bugs
* Add changelog entry
* Fix snackbar deprecation
* All examples to have publish to none
* One argument per line
* No explicit types for local variables
* Cache the width
* Fix formatting