sitemap_processor 1.0.1 copy "sitemap_processor: ^1.0.1" to clipboard
sitemap_processor: ^1.0.1 copied to clipboard

Sitemap processor Dart package, useful to parse XML with sitemaps and sitemap indexes into more manageable objects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sitemap_processor

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

dependencies:
  sitemap_processor: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sitemap_processor/sitemap_processor.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Sitemap processor Dart package, useful to parse XML with sitemaps and sitemap indexes into more manageable objects.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, json_annotation, xml2json

More

Packages that depend on sitemap_processor