Skip to content

Commit d54c4e0

Browse files
authored
Add a space between SDK version conditions (#761)
1 parent c440755 commit d54c4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/cupertino_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 0.0.3
66
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http
77

88
environment:
9-
sdk: ">=2.16.0<3.0.0"
9+
sdk: ">=2.16.0 <3.0.0"
1010
flutter: ">=3.0.0"
1111

1212
dependencies:

0 commit comments

Comments
 (0)