diff --git a/src/content/learn/pathway/tutorial/widget-fundamentals.md b/src/content/learn/pathway/tutorial/widget-fundamentals.md index 422c1e146a..4bc92a19ba 100644 --- a/src/content/learn/pathway/tutorial/widget-fundamentals.md +++ b/src/content/learn/pathway/tutorial/widget-fundamentals.md @@ -31,6 +31,8 @@ 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. + Open `lib/main.dart` and add this line `import 'game.dart';` + after the first import.