-
I want create a simple fade out animation, I know flutter can use `AnimationController` in `widget` which is simple.
however in component I can't get right `this` context pass to `AnimationController…
-
There seems to have been a regression in the Flutter engine on [`f46dde1`](https://github.com/flutter/engine/commit/f46dde1f06e11b18fb07f51cfc93286bdda3eaa6), which was first published in Flutter SDK …
-
I am creating an application for android and am getting the following error when trying to play a flare file made with svg images:
E/flutter ( 1413): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Un…
-
Flutter has it's own `Animation` class in Material Library which is very conflicting while using Flame's `Animation` class.
IDE doesn't suggest importing the Flame's Animation class but instead takes…
-
**DESCRIPTION**
[Flutter](https://flutter.dev/) is a fast growing framework written in [dart](https://dart.dev/)
(recently has reached[ more stars on react native on github](https://www.reddit.com/r…
-
I have this code, when i call _generatePoint_ method, the print works, but the TapableSquare isn't drawing, someone can help me pls.
```
import 'dart:async';
import 'package:flutter/cupertino.dar…
-
I am new to Flame and I was following the official documentation to make an endless game in it.
I hope the game is clear from this image.
Now I have two dart files.
First is box.dart which is…
-
Hello, `flutter_test` from sdk is incompatible with `flame >=0.24.0`. Can you help me?
```
Because every version of flutter_test from sdk depends on xml 3.6.1 and tiled >=0.4.0 depends on xml ^4.2…
-
When I have one key pressed and at the same time I press another one, then the ```RawKeyUpEvent``` event is triggered for the first key even if I am still physically pressing it and for the second key…
-
### Description
There seems to be an issue with a Flutter application hanging and Dart Code thinking that it's actually in the process of being built, and so will display `Reload already in progress,…