Skip to content

Commit 581faf5

Browse files
authored
Update the SDK constraint. (flutter#15)
If we're using ^ constraints, we need a tighter SDK constraint.
1 parent 3478d3a commit 581faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
charcode: '^1.0.0'
88
path: '>=1.2.0 <2.0.0'
99
environment:
10-
sdk: '>=0.8.10+6 <2.0.0'
10+
sdk: '>=1.8.0 <2.0.0'
1111
dev_dependencies:
1212
test: '>=0.12.0 <0.13.0'

0 commit comments

Comments
 (0)