Lukas Klingsbo
Lukas Klingsbo
# Problem to solve When migrating to the `CameraComponent` an experimental feature called `FixedIntegerResolutionViewport` was removed, it would be great to re-create this viewport for the `CameraComponent`. # Proposal Create...
# What could be improved Currently it is quite hard to see which example that has been chosen:  It would be good to have a better contrast between the...
# Current bug behavior If you do `removeAll(children)` in a component's `onRemove` method it will assert with: ```dart threw _AssertionError:
# What could be improved Similarly to the `MultiTapDispatcher` a similar one should be created for keyboard events. # Why should this be improved So that the user doesn't have...
# What could be improved It would be great to have a benchmark harness for the collision detection system. # Why should this be improved So that it is easier...
# What could be improved We should be using a meter-to-pixels constant for rendering instead of using the zoom of the camera. The zoom is needed since there is a...
# What could be improved We currently don't have any flame_tiled examples on https://examples.flame-engine.org # Why should this be improved To make it easier for the users to get started...
# What could be improved Currently the `ParallaxComponent` is using the size from the old camera, we should be using the size of the viewport in the `ParallaxComponent` or parent...
# What could be improved Currently the `ComponentViewportMargin` is using the size from the old camera, we should be using the size of the viewport in the `CameraComponent` or parent...
# What could be improved Currently the `ScreenHitbox` is using the size from the old camera, we should be using the size of the viewport in the `CameraComponent` instead. #...