!gnoramus

Results 3 comments of !gnoramus

```` import 'package:flame/components.dart'; import 'package:flame/events.dart'; import 'package:flame/experimental.dart'; import 'package:flame/game.dart'; import 'package:flutter/material.dart'; import 'package:flame/flame.dart'; void main() { print('sad'); runApp( GameWidget( game: MyGame(), ), ); } class MyGame extends FlameGame with HasTappables...

this is not a major issue though. The code still works. But i want to understand why this exception was thrown

> There's likely a bug in my code where the render method is adding multiple buttons to the game. The render method will loop through the code and attempt to...