From 42700faf71b82d97c03d38ab86b5ae5f2271f56b Mon Sep 17 00:00:00 2001 From: Wito Chandra Date: Tue, 2 Oct 2018 20:03:19 +0700 Subject: [PATCH] set minimum dart version into 2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ad5dcd6..09b80e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: webfeed is a dart package for parsing RSS and Atom feeds. author: Wito Chandra homepage: https://github.com/witochandra/webfeed environment: - sdk: ">=1.8.0 <3.0.0" + sdk: ">=2.0.0 <3.0.0" dependencies: xml: "^3.0.0" dev_dependencies: