Skip to content

Commit 3b0663d

Browse files
committed
fix typo in pubspec
1 parent 39fbbd5 commit 3b0663d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dynamic_color/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
sdk: flutter
2323
# Since this package is an SDK dependency, we need to support a range of versions.
2424
# See https://github.com/flutter/flutter/blob/main/packages/flutter/pubspec.yaml for current version used by the SDK.
25-
material_color_utilities: ">=0.2.0 <0.11.1"
25+
material_color_utilities: ">=0.2.0 <= 0.11.1"
2626

2727
dev_dependencies:
2828
cider: ">=0.1.3 <0.3.0"

0 commit comments

Comments
 (0)