flame
flame copied to clipboard
A Flutter based game engine.
### What could be improved We could take the image size as the default size for new atlases that are loaded from an image. ### Why should this be improved...
### What could be improved Add the possibility to update grid size once you are in the atlas ### Why should this be improved So that you don't have to...
### What could be improved It's pretty bad contrast between the text and the button background on the "Open atlas" and "New atlas" buttons.  ### Why should this be...
### What happened? Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value. Error thrown . at Component._remove.(component.dart:971) at Iterable.every(dart:core) at Component.propagateToChildren(component.dart:374) at Component._remove(component.dart:961) at Component.handleLifecycleEventRemove(component.dart:820) at ComponentTreeRoot.processLifecycleEvents(component_tree_root.dart:95) at...
### Problem to solve The current implementation of the `Images` class lacks flexibility in two areas: 1. Changing the prefix value after instantiation. 2. Viewing all the keys present in...
### What could be improved The way Flame handles assets is currently a bit ambiguous, images go through the `Images` class while other type of files (for instance tiled maps)...
### Problem to solve When set position or zoom will notifyListeners immediately,But I want to be more flexible with Matrix4, Please support 【set transformMatrix(Matrix4 value)】 for Transform2D ### Proposal set...
# Description To sort overlays we can introduce a priority. Let's say my app contains several menus that can be displayed simultaneously, but I want my main menu displayed at...
### What happened? There are a weird number of `CollisionProspect` objects when you have a minimal game. I think we can count it a bug. And I think it causes...
### What happened? Crash when many collision happen ### What do you expect? Works fine like version `1.18.0` ### How can we reproduce this? _No response_ ### What steps should...