Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion colorist/codelab_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ steps:
- name: Add Firebase AI Logic dependencies
path: colorist
flutter: pub add firebase_core firebase_ai
- name: Workaround https://github.com/dart-lang/sdk/issues/60784
path: colorist/pubspec.yaml
patch-u: |
--- b/colorist/step_02/pubspec.yaml
+++ a/colorist/step_02/pubspec.yaml
@@ -25,5 +25,8 @@ dev_dependencies:
json_serializable: ^6.9.5
custom_lint: ^0.7.5

+dependency_overrides:
+ custom_lint_visitor: 1.0.0+7.3.0
+
flutter:
uses-material-design: true
- name: Add lib/firebase_options.dart
path: colorist/lib/firebase_options.dart
replace-contents: |
Expand Down Expand Up @@ -454,7 +468,7 @@ steps:
patch-u: |
--- b/colorist/step_03/pubspec.yaml
+++ a/colorist/step_03/pubspec.yaml
@@ -27,3 +27,6 @@ dev_dependencies:
@@ -30,3 +30,6 @@ dependency_overrides:

flutter:
uses-material-design: true
Expand Down
3 changes: 3 additions & 0 deletions colorist/step_02/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ dev_dependencies:
json_serializable: ^6.9.5
custom_lint: ^0.7.5

dependency_overrides:
custom_lint_visitor: 1.0.0+7.3.0

flutter:
uses-material-design: true
3 changes: 3 additions & 0 deletions colorist/step_03/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dev_dependencies:
json_serializable: ^6.9.5
custom_lint: ^0.7.5

dependency_overrides:
custom_lint_visitor: 1.0.0+7.3.0

flutter:
uses-material-design: true

Expand Down
3 changes: 3 additions & 0 deletions colorist/step_04/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dev_dependencies:
json_serializable: ^6.9.5
custom_lint: ^0.7.5

dependency_overrides:
custom_lint_visitor: 1.0.0+7.3.0

flutter:
uses-material-design: true

Expand Down
3 changes: 3 additions & 0 deletions colorist/step_05/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dev_dependencies:
json_serializable: ^6.9.5
custom_lint: ^0.7.5

dependency_overrides:
custom_lint_visitor: 1.0.0+7.3.0

flutter:
uses-material-design: true

Expand Down
3 changes: 3 additions & 0 deletions colorist/step_06/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dev_dependencies:
json_serializable: ^6.9.5
custom_lint: ^0.7.5

dependency_overrides:
custom_lint_visitor: 1.0.0+7.3.0

flutter:
uses-material-design: true

Expand Down
3 changes: 3 additions & 0 deletions colorist/step_07/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dev_dependencies:
json_serializable: ^6.9.5
custom_lint: ^0.7.5

dependency_overrides:
custom_lint_visitor: 1.0.0+7.3.0

flutter:
uses-material-design: true

Expand Down