flame icon indicating copy to clipboard operation
flame copied to clipboard

A Flutter based game engine.

Results 255 flame issues
Sort by recently updated
recently updated
newest added

# Current bug behaviour I am using Flame and try to render a `SpriteAnimationComponent`. It works on an Android emulator but not on web. I tried with both Chrome and...

Flutter issue

# What could be improved Currently, the `HasDecorator` mixin works by wrapping the component's `renderTree()` with the decorator's `apply()` method. This works fine for position-independent decorators (such as those that...

enhancement

# What could be improved Would be better to warn users when same `SpriteAnimation` is shared between multiple `SpriteAnimationComponent`s or `SpriteAnimationGroupComponent`s. # Why should this be improved Right now, if...

enhancement

# Current bug behaviour When trying to play an audio with FlameAudio.bgm.play (flame_audio: ^1.3.0) it shows me the following error: [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: PlatformException(Unexpected error!, Illegal audio focus gain type...

bug

# Problem to solve It would be convenient to propagate PointerHoverEvents to child Components, not just handle them from the base game. # Proposal Make a HasCursorHandlerComponents mixin on FlameGame,...

enhancement

Hello, Flame is awesome! It would be cool to add support for trails, like in Unity. Trail Renderer: https://docs.unity3d.com/Manual/class-TrailRenderer.html Trails module for Particle Systems https://docs.unity3d.com/Manual/PartSysTrailsModule.html Thank you.

enhancement

# What could be improved Since Flame is 1.0.0 now and is considered as stable and production ready - community and users will rely on it and would be interested...

enhancement

# Description Adds a new component called `ClipComponent` that clips the canvas area based on its size and shape. ## Checklist - [x] The title of my PR starts with...

# What could be improved Include a spell checker that automatically checks spelling for us. This could be done by adding a github action. And a `json` file to include...

enhancement

**STATUS: In Development** # Description Changes: - Creates `InheritedComponent` abstract class - Adds public `dependOnInheritedComponentOfExactType` method. Aim: Aims to include the concept of InheritedWidgets into Flame. Looking for O(1) performance...