-
This instruction in **main** and a **hot restart** in Android Studio produce the following two exceptions repeated over timer.
`Flame.audio.loopLongAudio('song.mp3');`
```
Performing hot restar…
-
I am getting this error message only on _release_ mode with _Flutter 1.9.1_, although it seems to be working fine.
```
E/flutter ( 4594): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exc…
-
Audio Player does not play simultaneous sounds. In the documentation it talks about 2 ways of calling the audio player. One shares the flame cache and one has its own cache. I tried making differen…
-
Could be one or two sections:
1) Barebone examples like the existing one in the repo
2) Community made open source projects f.ex Alekhins stuff
ecklf updated
5 years ago
-
When in debug mode, the app is rendering the dimensions properly, but when I install the app from the apk generated in release mode from `flutter build apk`, there is about 50% chance that I'm getting…
-
-
My app becomes slow after my phone screen locked and also when I switch to another app. How can I fix this? Thank you in advance
-
how to do unit testing in flame. for component like Rect
-
At the end of each level, you are given an opportunity to buy items at "Indy's Trading Post". With Interpreter, it works fine. With Recompiler, it either gives a black screen or crashes depending on s…
-
Hi,
Ins't pub supposed to use current stable channel from flutter?
We just uploaded a new version of our package flame, and it is getting errors regarding flutter version: https://pub.dev/packag…