Skip to content

Commit 35a6399

Browse files
committed
Update animations
1 parent febfb6a commit 35a6399

File tree

50 files changed

+40
-605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+40
-605
lines changed

animations/codelab_rebuild.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,14 +1069,15 @@ steps:
10691069
- name: Patch lib/main.dart
10701070
path: quiz/lib/main.dart
10711071
patch-u: |
1072-
--- a/animations/step_05/lib/main.dart
1073-
+++ b/animations/step_05/lib/main.dart
1072+
--- b/animations/step_05_b/lib/main.dart
1073+
+++ a/animations/step_05_b/lib/main.dart
10741074
@@ -1,3 +1,4 @@
10751075
+import 'package:animations/animations.dart';
10761076
import 'package:flutter/material.dart';
10771077
10781078
import 'home_screen.dart';
1079-
@@ -16,6 +17,15 @@ class MainApp extends StatelessWidget {
1079+
@@ -15,6 +16,15 @@ class MainApp extends StatelessWidget {
1080+
debugShowCheckedModeBanner: false,
10801081
theme: ThemeData(
10811082
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
10821083
+ pageTransitionsTheme: PageTransitionsTheme(

animations/step_01/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 = quiz
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.quiz
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.

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

animations/step_02/linux/runner/CMakeLists.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

animations/step_02/linux/runner/main.cc

Lines changed: 0 additions & 6 deletions
This file was deleted.

animations/step_02/linux/runner/my_application.cc

Lines changed: 0 additions & 130 deletions
This file was deleted.

animations/step_02/linux/runner/my_application.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

animations/step_02_a/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 = quiz
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.quiz
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.

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

animations/step_02_b/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 = quiz
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.quiz
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.

0 commit comments

Comments
 (0)