Skip to content
Merged
3 changes: 1 addition & 2 deletions flutter_ci_script_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ declare -a CODELABS=(
"haiku_generator"
"homescreen_codelab"
"in_app_purchases"
# TODO(DomesticMouse): Figure out how to run `flutter test`
# "intro_flutter_gpu"
"intro_flutter_gpu"
"namer"
"next-gen-ui"
"testing_codelab"
Expand Down
6 changes: 3 additions & 3 deletions intro_flutter_gpu/codelab_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ steps:
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
- name: Patch macos/Runner/Info.plist
path: intro_flutter_gpu/macos/Runner/Info.plist
Expand Down Expand Up @@ -2197,7 +2197,7 @@ steps:
@override
bool shouldRepaint(covariant CustomPainter oldDelegate) => true;
}
- name: Patch text/widget_test.dart
- name: Patch test/widget_test.dart
path: intro_flutter_gpu/test/widget_test.dart
patch-u: |
--- b/intro_flutter_gpu/step_12/test/widget_test.dart
Expand All @@ -2218,7 +2218,7 @@ steps:
+ await tester.pumpWidget(
+ MainApp(staticResourcesInitialized: Scene.initializeStaticResources()),
+ );
});
}, skip: true);
}
- name: Copy step_12
copydir:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_01/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_01/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_02/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_02/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_03/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_03/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_04/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_04/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_05/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_05/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_06/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_06/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_07/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_07/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_08/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_08/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_09/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_09/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_10/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_10/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_11/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_11/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ void main() {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MainApp());
});
}, skip: true);
}
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_12/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.8.0
sdk: ^3.8.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion intro_flutter_gpu/step_12/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ void main() {
await tester.pumpWidget(
MainApp(staticResourcesInitialized: Scene.initializeStaticResources()),
);
});
}, skip: true);
}