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:
Lukas Klingsbo
2023-05-14 16:25:23 +02:00
committed by GitHub
parent 7dd2bf7a36
commit b41622db8f
73 changed files with 138 additions and 141 deletions

View File

@ -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 {