flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
9.19k stars 899 forks source link

feat: Fixing tests on flutter 3.24.0 #3259

Closed erickzanardo closed 1 month ago

erickzanardo commented 1 month ago

Description

Fix tests to pass on newer Flutter.

From what I debugged, the update was not being added to the list because the game was not attached, which seemed to makes sense to me. I am unsure though how this was passing in previous verions.

Additionally, I want to create a onResize example under the system group in our examples to make sure the onGameResize is working properly.

Checklist

Breaking Change?

Related Issues