9 Commits

Author SHA1 Message Date
692213d5a4 Properly propagate onMount and onRemove to children (#579)
* 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
2020-12-21 12:42:45 +01:00
2f2ab1341e game widget (#533) 2020-12-09 10:10:12 +00:00
b46ebb1378 Linting 2020-05-20 19:57:48 -03:00
624a4de294 Refactoring gestures to fix conflicts 2020-05-20 19:55:36 -03:00
df1f88a6e0 Reverting doc rename 2020-05-18 15:13:22 -03:00
9293a6e4a9 Renamed doc to docs and minor language fixes 2020-05-10 16:51:49 +02:00
dea71c98f3 Changing docs to reflect the refactoring 2019-11-11 09:24:13 -03:00
a2336b926d Refactoring new API to use mixins 2019-11-11 09:24:13 -03:00
6f44e0514b Fixing gestures conflicts and adding a gestures example 2019-11-11 09:24:13 -03:00