Skip to content

Commit 42700fa

Browse files
committed
set minimum dart version into 2
1 parent cd9415c commit 42700fa

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
@@ -4,7 +4,7 @@ description: webfeed is a dart package for parsing RSS and Atom feeds.
44
author: Wito Chandra <[email protected]>
55
homepage: https://github.com/witochandra/webfeed
66
environment:
7-
sdk: ">=1.8.0 <3.0.0"
7+
sdk: ">=2.0.0 <3.0.0"
88
dependencies:
99
xml: "^3.0.0"
1010
dev_dependencies:

0 commit comments

Comments
 (0)