xml_to_tiles 0.0.1 copy "xml_to_tiles: ^0.0.1" to clipboard
xml_to_tiles: ^0.0.1 copied to clipboard

Dart 1 only

A library useful for applications or for sharing on pub.dartlang.org.

xml_to_tiles #

Small library to convert xhtml to tiles on the fly.

Usage #

import 'package:xml_to_tiles/xml_to_tiles.dart';

main() {
  mountComponent(xmlToTiles('''
    <div>
      <span>
        Hello world!
      </span>
    </div>
  '''), container);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
40
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A library useful for applications or for sharing on pub.dartlang.org.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

BSD-3-Clause (license)

Dependencies

tiles, xml

More

Packages that depend on xml_to_tiles