From f78e785933774533d207c67d4f3728ee7ca4d8a6 Mon Sep 17 00:00:00 2001 From: fasihferoz Date: Fri, 28 Apr 2023 02:22:31 +0500 Subject: [PATCH] add support for xml 6.0.1 to avoid version conflicts with latest flutter libraries --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 514bff5..328995c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - xml: ^5.1.2 + xml: ^6.0.1 path_parsing: ^1.0.0 dev_dependencies: