Tony Downey
Results
2
issues of
Tony Downey
### What happened? I have a FlameGame using riverpod that is moved around the widget tree quite a bit, and reparented. Typically it's fine, but about 5% of the time...
bug
### Problem to solve When using GameWidget, you can make multiple GameWidgets with multiple cameras, sharing the same game: ``` Widget build(BuildContext context) { return Scaffold( body: Column( children: [...
enhancement