Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Before you move on, you need to add this logic to your app.

1. Download the file below and save it
as `lib/game.dart` in your project directory.
1. Import the file in your `lib/main.dart` file.
1. Import the file in your `lib/main.dart` file. Open `lib/main.dart` and add this line `import 'game.dart';` after the first import.
Comment thread
sfshaza2 marked this conversation as resolved.
Outdated
Comment thread
sfshaza2 marked this conversation as resolved.
Outdated

<DownloadableSnippet src="tutorial/game-code.dart" name="game.dart" />

Expand Down