Skip to content

Commit

Permalink
Update step_1.md with material import
Browse files Browse the repository at this point in the history
  • Loading branch information
Loubear111 authored Oct 23, 2024
1 parent 8860ad0 commit b3c2abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/space_shooter/step_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b3c2abd

Please sign in to comment.