0 purchases
domino html
Helper methods to build HTML elements with proper attributes using package:domino.
div(
title: 'Some tooltip for this example',
children: [
a(href: 'https://pub.dev/', text: 'link to somewhere'),
],
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.