Skip to content

Commit 5de3d59

Browse files
committed
Update brick_breaker
1 parent 02926ae commit 5de3d59

File tree

35 files changed

+987
-985
lines changed

35 files changed

+987
-985
lines changed

brick_breaker/codelab_rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ steps:
11061106
@override
11071107
Widget build(BuildContext context) {
11081108
return MaterialApp(
1109-
@@ -39,37 +54,38 @@ class GameApp extends StatelessWidget {
1109+
@@ -38,37 +53,38 @@ class GameApp extends StatelessWidget {
11101110
child: Padding(
11111111
padding: const EdgeInsets.all(16),
11121112
child: Center(

brick_breaker/step_03/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

brick_breaker/step_03/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

brick_breaker/step_03/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = brick_breaker
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.brickBreaker
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.

brick_breaker/step_03/windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ BEGIN
9393
VALUE "FileDescription", "brick_breaker" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "brick_breaker" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "brick_breaker.exe" "\0"
9898
VALUE "ProductName", "brick_breaker" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

brick_breaker/step_04/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

brick_breaker/step_04/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

brick_breaker/step_04/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = brick_breaker
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.brickBreaker
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.

brick_breaker/step_04/windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ BEGIN
9393
VALUE "FileDescription", "brick_breaker" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "brick_breaker" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "brick_breaker.exe" "\0"
9898
VALUE "ProductName", "brick_breaker" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

brick_breaker/step_05/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)