From d62d3a8ffcedcb44fddc42bfb07985d73c7e59ce Mon Sep 17 00:00:00 2001 From: arhamcode Date: Thu, 17 Nov 2022 10:59:42 +0800 Subject: [PATCH 1/3] Support xml version ^6.0.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a094f2e..d611555 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/witochandra/webfeed environment: sdk: '>=2.12.0 <3.0.0' dependencies: - xml: "^5.0.2" + xml: "^6.0.1" intl: "^0.17.0" dev_dependencies: test: ^1.3.0 From 50e87c692f92c9f92e121ecb3129f7145a2a0305 Mon Sep 17 00:00:00 2001 From: arhamcode Date: Thu, 26 Jan 2023 16:32:47 +0800 Subject: [PATCH 2/3] Upgrade intl dependencies to 0.18.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d611555..f5deeb5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: xml: "^6.0.1" - intl: "^0.17.0" + intl: "^0.18.0" dev_dependencies: test: ^1.3.0 http: "^0.13.0" From 2464333d8f2fb7a8f33435cafc9eb068cc3ba626 Mon Sep 17 00:00:00 2001 From: Arham Date: Thu, 26 Jan 2023 20:00:18 +0800 Subject: [PATCH 3/3] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f5deeb5..d611555 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: xml: "^6.0.1" - intl: "^0.18.0" + intl: "^0.17.0" dev_dependencies: test: ^1.3.0 http: "^0.13.0"