diff --git a/doc/tutorials/space_shooter/step_1.md b/doc/tutorials/space_shooter/step_1.md index 8108ff2fc6..9c3d93f2ba 100644 --- a/doc/tutorials/space_shooter/step_1.md +++ b/doc/tutorials/space_shooter/step_1.md @@ -35,7 +35,7 @@ implemented as follows: ```dart import 'package:flame/components.dart'; -import 'package:flutter/painting.dart'; +import 'package:flutter/material.dart'; class Player extends PositionComponent { static final _paint = Paint()..color = Colors.white;