flame icon indicating copy to clipboard operation
flame copied to clipboard

A Flutter based game engine.

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

# Description BIG WIP ## Checklist - [ ] I have followed the [Contributor Guide] when preparing my PR. - [ ] I have updated/added tests for ALL new/updated/fixed functionality....

# Description This PR for solving the issue https://github.com/flame-engine/flame/issues/3076 ## **1. What would I do to improve this tutorial:** - Add missing content, eliminate confusing interruptions, and include omitted code...

### What happened? I'm developing a game using the Flutter Flame engine and have packaged the game to be used in another Flutter app. However, I'm encountering an issue where...

bug

### What could be improved As I was following Klondike's instructions, near the end of step 5, I felt like the instructions writer was not as patient as in the...

enhancement

### Problem to solve I would like to be able to modify the layer opacity on a tiled map. ### Proposal Being able to access a layer: `final backgroundOff =...

enhancement

# Description Replace this text. ## Checklist - [x] I have followed the [Contributor Guide] when preparing my PR. - [ ] I have updated/added tests for ALL new/updated/fixed functionality....

### What could be improved I want to detect if CTRL key is pressed while using the mouse wheel (for zooming) ### Why should this be improved I tried to...

enhancement

### Problem to solve Hi, I am developing a 2d board game (https://gg-carrom.web.app) where I need to set the static friction component for the puck to make more realistic. Forge_2d...

enhancement

### What could be improved `package:audioplayers` had a [`6.0.0` release](https://pub.dev/packages/audioplayers/changelog#600) with lots of fixes and some breaking changes, but `flame_audio` has a `^5.0.0` constraint. ### Why should this be improved...

enhancement

# Description Fix the code in the docs page examples which has IsometricTileset and is not present in the flame to SpriteSheet ## Checklist - [x] I have followed the...