Skip to content

Commit a2bab4d

Browse files
committed
deps: Upgrade flutter_color_models to fix build
An upstream change breaks our build by adding a method to Color; this takes the corresponding update to package:flutter_color_models that implements the method and so fixes our build. Details in zulip#1052, and in a chat thread: https://chat.zulip.org/#narrow/channel/243-mobile-team/topic/tools.2Fcheck.20CI.20failure.20on.20main/near/1976890 and a Discord thread I started upstream: https://discord.com/channels/608014603317936148/608021010377080866/1303869787365179422 Upgrade done with the following command: $ flutter pub upgrade color_models flutter_color_models Fixes: zulip#1052
1 parent ce3302e commit a2bab4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ packages:
203203
description:
204204
path: color_models
205205
ref: wide-gamut
206-
resolved-ref: "27298bc2cbfc9f1da08503be68da472076bcb61c"
206+
resolved-ref: fafe4b4d90acca4d56b9395e95a6797a1791c20c
207207
url: "https://github.com/gaaclarke/color_models.git"
208208
source: git
209209
version: "1.3.3"
@@ -315,10 +315,10 @@ packages:
315315
dependency: transitive
316316
description:
317317
name: file
318-
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
318+
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
319319
url: "https://pub.dev"
320320
source: hosted
321-
version: "7.0.0"
321+
version: "7.0.1"
322322
file_picker:
323323
dependency: "direct main"
324324
description:
@@ -433,7 +433,7 @@ packages:
433433
description:
434434
path: flutter_color_models
435435
ref: wide-gamut
436-
resolved-ref: "27298bc2cbfc9f1da08503be68da472076bcb61c"
436+
resolved-ref: fafe4b4d90acca4d56b9395e95a6797a1791c20c
437437
url: "https://github.com/gaaclarke/color_models.git"
438438
source: git
439439
version: "1.4.0"

0 commit comments

Comments
 (0)