Skip to content

Commit e087133

Browse files
committed
Update testing_codelab
1 parent 389b83a commit e087133

File tree

25 files changed

+118
-123
lines changed

25 files changed

+118
-123
lines changed

testing_codelab/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 = testing_app
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.testingApp
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.

testing_codelab/step_03/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
go_router: ^14.6.0
16+
go_router: ^14.8.0
1717
provider: ^6.1.2
1818

1919
dev_dependencies:

testing_codelab/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", "testing_app" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "testing_app" "\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", "testing_app.exe" "\0"
9898
VALUE "ProductName", "testing_app" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

testing_codelab/step_04/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class TestingApp extends StatelessWidget {
4545
colorScheme: ColorScheme.fromSeed(
4646
seedColor: Colors.deepPurple,
4747
),
48-
4948
),
5049
routerConfig: _router,
5150
),

testing_codelab/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 = testing_app
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.testingApp
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.

testing_codelab/step_04/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
go_router: ^14.6.0
16+
go_router: ^14.8.0
1717
provider: ^6.1.2
1818

1919
dev_dependencies:

testing_codelab/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", "testing_app" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "testing_app" "\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", "testing_app.exe" "\0"
9898
VALUE "ProductName", "testing_app" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

testing_codelab/step_05/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class TestingApp extends StatelessWidget {
4545
colorScheme: ColorScheme.fromSeed(
4646
seedColor: Colors.deepPurple,
4747
),
48-
4948
),
5049
routerConfig: _router,
5150
),

testing_codelab/step_05/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 = testing_app
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.testingApp
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.

testing_codelab/step_05/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
go_router: ^14.6.0
16+
go_router: ^14.8.0
1717
provider: ^6.1.2
1818

1919
dev_dependencies:

0 commit comments

Comments
 (0)