Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1a1505d
Update `adaptive_app`
domesticmouse Jan 9, 2026
9f1034e
Update `animated-responsive-layout`
domesticmouse Jan 9, 2026
98ed81c
Update `animations`
domesticmouse Jan 9, 2026
318380b
UPdate `audio_soloud`
domesticmouse Jan 9, 2026
4b28359
Update `boring_to_beautiful`
domesticmouse Jan 9, 2026
57bee41
Update `brick_breaker`
domesticmouse Jan 9, 2026
de11a21
Update `dart-patterns-and-records`
domesticmouse Jan 9, 2026
1ebb4e2
Update `deeplink_cookbook`
domesticmouse Jan 9, 2026
e2cd59f
Update `ffigen_codelab`
domesticmouse Jan 9, 2026
7851fc9
Update `colorist`
domesticmouse Jan 9, 2026
ef0b169
Update `firebase-auth-flutterfire-ui`
domesticmouse Jan 9, 2026
c979acb
Update `firebase-emulator-suite`
domesticmouse Jan 9, 2026
4e52f70
Update `forge2d_game`
domesticmouse Jan 9, 2026
d62f4fc
Update `generate_crossword`
domesticmouse Jan 9, 2026
a853788
Update `google-maps-in-flutter`
domesticmouse Jan 9, 2026
c58ac57
Update `firebase-get-to-know-flutter`
domesticmouse Jan 9, 2026
2fef4eb
Update `haiku_generator`
domesticmouse Jan 9, 2026
0110cd3
Update `homescreen_codelab`
domesticmouse Jan 9, 2026
4e44bf0
Update `in_app_purchases`
domesticmouse Jan 9, 2026
fccc36d
Update `namer`
domesticmouse Jan 9, 2026
a3935cb
Update `testing_codelab`
domesticmouse Jan 9, 2026
82d3635
Update `next-gen-ui`
domesticmouse Jan 9, 2026
1d17854
Update `tfagents-flutter`
domesticmouse Jan 9, 2026
de17acf
Update `tfrs-flutter`
domesticmouse Jan 9, 2026
dcd8189
Update `webview_flutter`
domesticmouse Jan 9, 2026
d619b00
Drop `riverpod_lint`
domesticmouse Jan 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion adaptive_app/step_03/macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PRODUCT_NAME = adaptive_app
PRODUCT_BUNDLE_IDENTIFIER = com.example.adaptiveApp

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2026 com.example. All rights reserved.
2 changes: 1 addition & 1 deletion adaptive_app/step_03/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.7

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion adaptive_app/step_03/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "adaptive_app" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "adaptive_app" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2026 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "adaptive_app.exe" "\0"
VALUE "ProductName", "adaptive_app" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
124 changes: 62 additions & 62 deletions adaptive_app/step_04/ios/Runner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions adaptive_app/step_04/macos/Runner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion adaptive_app/step_04/macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PRODUCT_NAME = adaptive_app
PRODUCT_BUNDLE_IDENTIFIER = com.example.adaptiveApp

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2026 com.example. All rights reserved.
8 changes: 4 additions & 4 deletions adaptive_app/step_04/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.7

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand All @@ -35,11 +35,11 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
googleapis: ^15.0.0
http: ^1.5.0
http: ^1.6.0
provider: ^6.1.5+1
url_launcher: ^6.3.2
flex_color_scheme: ^8.3.1
go_router: ^17.0.0
flex_color_scheme: ^8.4.0
go_router: ^17.0.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion adaptive_app/step_04/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "adaptive_app" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "adaptive_app" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2026 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "adaptive_app.exe" "\0"
VALUE "ProductName", "adaptive_app" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
124 changes: 62 additions & 62 deletions adaptive_app/step_05/ios/Runner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions adaptive_app/step_05/macos/Runner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion adaptive_app/step_05/macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PRODUCT_NAME = adaptive_app
PRODUCT_BUNDLE_IDENTIFIER = com.example.adaptiveApp

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2026 com.example. All rights reserved.
8 changes: 4 additions & 4 deletions adaptive_app/step_05/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.7

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand All @@ -35,11 +35,11 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
googleapis: ^15.0.0
http: ^1.5.0
http: ^1.6.0
provider: ^6.1.5+1
url_launcher: ^6.3.2
flex_color_scheme: ^8.3.1
go_router: ^17.0.0
flex_color_scheme: ^8.4.0
go_router: ^17.0.1
split_view: ^3.2.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion adaptive_app/step_05/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "adaptive_app" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "adaptive_app" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2026 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "adaptive_app.exe" "\0"
VALUE "ProductName", "adaptive_app" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
124 changes: 62 additions & 62 deletions adaptive_app/step_06/ios/Runner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions adaptive_app/step_06/macos/Runner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion adaptive_app/step_06/macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PRODUCT_NAME = adaptive_app
PRODUCT_BUNDLE_IDENTIFIER = com.example.adaptiveApp

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2026 com.example. All rights reserved.
8 changes: 4 additions & 4 deletions adaptive_app/step_06/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.7

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand All @@ -35,11 +35,11 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
googleapis: ^15.0.0
http: ^1.5.0
http: ^1.6.0
provider: ^6.1.5+1
url_launcher: ^6.3.2
flex_color_scheme: ^8.3.1
go_router: ^17.0.0
flex_color_scheme: ^8.4.0
go_router: ^17.0.1
split_view: ^3.2.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion adaptive_app/step_06/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "adaptive_app" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "adaptive_app" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2026 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "adaptive_app.exe" "\0"
VALUE "ProductName", "adaptive_app" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
4 changes: 2 additions & 2 deletions adaptive_app/step_06/yt_cors_proxy/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: A YouTube CORS Proxy Server.
version: 1.0.0

environment:
sdk: ^3.10.0-0
sdk: ^3.10.7

dependencies:
shelf: ^1.4.2
http: ^1.5.0
http: ^1.6.0
shelf_cors_headers: ^0.1.5

dev_dependencies:
Expand Down
Loading
Loading