Skip to content

Commit 753a9b4

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 85e30ee commit 753a9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.lock

Lines changed: 2 additions & 2 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"
@@ -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)