xml_parser 1.0.0 copy "xml_parser: ^1.0.0" to clipboard
xml_parser: ^1.0.0 copied to clipboard

An unopinionated XML parser that can read, traverse, modify, and write XML documents.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xml_parser

With Flutter:

 $ flutter pub add xml_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  xml_parser: ^1.0.0

Alternatively, 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_parser/xml_parser.dart';
16
likes
100
pub points
88%
popularity

Publisher

verified publisherjamesalex.dev

An unopinionated XML parser that can read, traverse, modify, and write XML documents.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

collection, html_character_entities, http, meta, recursive_regex

More

Packages that depend on xml_parser