mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
fix: Solve warnings from 3.10.0 analyzer (#2532)
Just solves the warnings that the new Flutter version complains about (which makes us lose 10 points on pub).
This commit is contained in:
@ -18,7 +18,7 @@ class AnimationGroupExample extends FlameGame with TapDetector {
|
||||
back to the original animation.
|
||||
''';
|
||||
|
||||
late SpriteAnimationGroupComponent robot;
|
||||
late SpriteAnimationGroupComponent<RobotState> robot;
|
||||
|
||||
@override
|
||||
Future<void> onLoad() async {
|
||||
|
||||
Reference in New Issue
Block a user