Skip to content

Commit cc9ec97

Browse files
committed
Update adaptive_app
1 parent c78ce74 commit cc9ec97

File tree

26 files changed

+451
-450
lines changed

26 files changed

+451
-450
lines changed

adaptive_app/codelab_rebuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,7 @@ steps:
15841584
+ title: 'Your Playlists',
15851585
theme: FlexColorScheme.light(
15861586
scheme: FlexScheme.red,
1587+
).toTheme,
15871588
- name: Patch lib/src/adaptive_playlists.dart
15881589
path: adaptive_app/lib/src/adaptive_playlists.dart
15891590
patch-u: |

adaptive_app/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 = adaptive_app
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.adaptiveApp
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.

adaptive_app/step_03/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
22-
sdk: ^3.6.0-0
22+
sdk: ^3.6.1
2323

2424
# Dependencies specify other packages that your package needs in order to work.
2525
# To automatically upgrade your package dependencies to the latest versions

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

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

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

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

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

adaptive_app/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 = adaptive_app
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.adaptiveApp
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.

adaptive_app/step_04/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
22-
sdk: ^3.6.0-0
22+
sdk: ^3.6.1
2323

2424
# Dependencies specify other packages that your package needs in order to work.
2525
# To automatically upgrade your package dependencies to the latest versions
@@ -35,11 +35,11 @@ dependencies:
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.8
3737
googleapis: ^13.2.0
38-
http: ^1.2.2
38+
http: ^1.3.0
3939
provider: ^6.1.2
4040
url_launcher: ^6.3.1
41-
flex_color_scheme: ^8.0.0
42-
go_router: ^14.4.1
41+
flex_color_scheme: ^8.1.0
42+
go_router: ^14.7.2
4343

4444
dev_dependencies:
4545
flutter_test:

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

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

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

0 commit comments

Comments
 (0)