HTML Parsing -> changed to XML Parsing over API
This commit is contained in:
Ali
2024-11-25 19:26:03 +01:00
parent 6b5a1243c8
commit 67bd8c98bb
3 changed files with 36 additions and 11 deletions
+16
View File
@@ -224,6 +224,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
petitparser:
dependency: transitive
description:
name: petitparser
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
url: "https://pub.dev"
source: hosted
version: "6.0.2"
platform:
dependency: transitive
description:
@@ -397,6 +405,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
xml:
dependency: "direct main"
description:
name: xml
sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226
url: "https://pub.dev"
source: hosted
version: "6.5.0"
sdks:
dart: ">=3.5.2 <4.0.0"
flutter: ">=3.24.0"