From 0dc89cf569a0a09bf80f0b3f66fa2f7267aadf0b Mon Sep 17 00:00:00 2001 From: zarzet Date: Thu, 12 Feb 2026 02:33:54 +0700 Subject: [PATCH] fix(deps): allow material_color_utilities sdk-pinned range --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 373662e2..f1e379fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: # Material Expressive 3 / Dynamic Color dynamic_color: ^1.7.0 - material_color_utilities: ^0.11.1 + material_color_utilities: ">=0.11.1 <0.14.0" # Permissions permission_handler: ^12.0.1