-
**Flame version:** 0.24.0
**Flutter doctor -v**
[√] Flutter (Channel master, 1.22.0-2.0.pre.36, on Microsoft Windows [versão 10.0.19041.450], locale pt-BR)
• Flutter version 1.22.0-2.0.pre…
-
## Description
Enabling desktop and running the example throws exceptions:
```
flutter channel dev
flutter config --enable-macos-desktop
flutter upgrade
flutter create counter_app
cd counte…
-
## Description
Describe your issue here
## Development enviroment
Flame version:
Flutter doctor:
```
Include your flutter doctor output here
```
## Runtime
This issue i…
-
## Description
//issues 1 mixin ComposedComponent will replace update method
class SomeCompoent extends PositionComponent
with HasGameRef, Tapable, Resizable, ComposedComponent {
.....
…
-
## Description
I want to render list of text. It's long text so I would like allow user to scroll through text.
Is there equivalent of Android's ScrollView in flame? I realize I can probably impl…
-
I’d like to be able to filter tables easily. For example, int the memory view, I’d like a quick way to look for instances if the class `’Title’`.
-
How to get the x & y coordinates of my sprite in a list of tiles
## Description
How to get the x & y coordinates of my sprite in a list of tiles
## Development enviroment
Flame version: ^0…
-
Issue Type: Performance Issue
Happens after opening the VSCode app. In any way (through GIthub Desktop redirection, by S.O. menu, etc).
No further steps, just opening the app.
VS Code versi…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.57.1
- OS Version: Ubuntu 16.04 host OS with Ubuntu 18.04 docker container
Steps to Reprod…
-
Since we are starting to plan for 1.0.0.
Let's consolidate Size, Position, Offset (Any more?) into one type, suggestion Vector2.
Reasoning: It will be less confusing than today where for example…