Skip to content

Commit 92c59a3

Browse files
committed
fix sdk version
1 parent 657996b commit 92c59a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33
version: 1.0.0+1
44

55
environment:
6-
sdk: ">=2.18.0-0 <3.0.0"
6+
sdk: ">=2.18.0 <3.0.0"
77

88
dependencies:
99
flutter:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.0.0
44
homepage: https://github.com/optimist-dev/scrolls_to_top
55

66
environment:
7-
sdk: ">=2.18.0-0 <3.0.0"
7+
sdk: ">=2.18.0 <3.0.0"
88

99
dependencies:
1010
flutter:

0 commit comments

Comments
 (0)