Gary Montgomery

Results 4 issues of Gary Montgomery

# Description This PR adds the ```HasCursorHandlerComponents``` mixin on FlameGame, and the ```CursorHandler``` mixin on ```Component```. Heavily inspired by ```HasKeyboardHandlerComponents```. ```HasCursorHandlerComponents``` propagates cursor hover events to child ```CursorHandler``` ```Components```, making...

# Problem to solve It would be convenient to propagate PointerHoverEvents to child Components, not just handle them from the base game. # Proposal Make a HasCursorHandlerComponents mixin on FlameGame,...

enhancement

**Description** The docs do not currently state how to implement a custom router if file-based routing is not desired. This was requested in #467 and #530. I provided an example...

documentation
p2

Would there be any interest for including a [Riverpod](https://riverpod.dev/) + [Hooks](https://pub.dev/packages/flutter_hooks) Flutter application into **samples**? I would imagine it would be based on the existing Flutter sample, but would just...

component:documentation
type:help
status:triaged