sitemap 0.6.0 copy "sitemap: ^0.6.0" to clipboard
sitemap: ^0.6.0 copied to clipboard

outdated

Sitemap generation made simpler.

example/example.dart

import 'package:sitemap/sitemap.dart';

void main() {
  final sitemap = new Sitemap();

  sitemap.entries.add(new SitemapEntry()
    ..location = 'http://foo.bar/baz'
    ..priority = 0.75);

  print(sitemap.generate());
}
5
likes
0
pub points
69%
popularity

Publisher

unverified uploader

Sitemap generation made simpler.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl, xml

More

Packages that depend on sitemap