kdl 2.0.2 copy "kdl: ^2.0.2" to clipboard
kdl: ^2.0.2 copied to clipboard

KDL is a small, pleasant document language with XML-like node semantics that looks like you're invoking a bunch of CLI commands!

example/lib/main.dart

import 'package:kdl/kdl.dart';

main() {
  var document = KdlDocument.parse("""
    node 1 2 3 "foo" bar="baz" {
      childNode 1
      childNode 2
    }
  """);

  print(document.toString());
}
3
likes
160
points
159
downloads

Publisher

verified publisherdanini.dev

Weekly Downloads

KDL is a small, pleasant document language with XML-like node semantics that looks like you're invoking a bunch of CLI commands!

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

big_decimal, string_scanner

More

Packages that depend on kdl