xml_to_tiles 0.0.1
xml_to_tiles: ^0.0.1 copied to clipboard
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.