From 4e9b7c8939922ce3018dfcee5c31606a20a476ca Mon Sep 17 00:00:00 2001 From: Wito Chandra Date: Wed, 12 Aug 2020 11:07:05 +0700 Subject: [PATCH] lower the xml version contraints --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 58df0a3..7041aed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/witochandra/webfeed environment: sdk: ">=2.0.0 <3.0.0" dependencies: - xml: "^4.3.0" + xml: "^4.2.0" intl: "^0.16.0" dev_dependencies: test: ^1.3.0