| CARVIEW |
Select Language
HTTP/2 200
date: Sun, 28 Dec 2025 06:47:52 GMT
content-type: text/html; charset="utf-8"
vary: Accept-Encoding
x-powered-by: Dart with package:shelf
cache-control: no-store, no-cache, must-revalidate
strict-transport-security: max-age=31536000; includeSubDomains; preload
referrer-policy: strict-origin-when-cross-origin
x-frame-options: deny
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
content-security-policy: default-src 'self' https:;font-src 'self' data: https://fonts.googleapis.com/ https://fonts.gstatic.com/;img-src 'self' https: data:;manifest-src 'none';object-src 'none';script-src 'self' https://tagmanager.google.com https://www.googletagmanager.com/ https://www.google.com/ https://www.google-analytics.com/ https://ssl.google-analytics.com https://adservice.google.com/ https://ajax.googleapis.com/ https://apis.google.com/ https://unpkg.com/ https://www.gstatic.com/ https://gstatic.com https://accounts.google.com/gsi/client;style-src 'self' https://unpkg.com/ https://pub.dartlang.org/static/ 'unsafe-inline' https://fonts.googleapis.com/ https://gstatic.com https://www.gstatic.com/ https://tagmanager.google.com https://accounts.google.com/gsi/style
expires: Sun, 28 Dec 2025 06:42:52 GMT
x-appengine-flex-applatency: 0.027
content-encoding: gzip
via: 1.1 google
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
xml install | Dart package xml 6.6.1


xml 6.6.1
xml: ^6.6.1 copied to clipboard
Published 4 months ago •
lukas-renggli.ch
→
Metadata
A lightweight library for parsing, traversing, querying, transforming and building XML documents.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add xmlWith Flutter:
$ flutter pub add xmlThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
xml: ^6.6.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:xml/xml.dart';← Metadata
434
likes
160
points
6.18M
downloads
Publisher
Weekly Downloads
Metadata
A lightweight library for parsing, traversing, querying, transforming and building XML documents.
Repository (GitHub)
View/report issues
Topics
Documentation
License
MIT (license)