tags 0.0.5 copy "tags: ^0.0.5" to clipboard
tags: ^0.0.5 copied to clipboard

outdatedDart 1 only

Build html elements by tag name.

Tags Changes #

0.0.5 #

  • Removed tags.dart library; users should import html.dart directly.
  • Added builder.dart library to expose tag builder functionality; This library may be used for user-defined custom tags.

0.0.4 #

  • Added <i>, <u>, <dl>, <dt>, and <dd> tags.
  • Added Build typedef and some documentation to the API.
  • Added documentation to pubspec.

0.0.3 #

  • Added <b> tag.
  • Added text(String) builder function to perform Element.appendText(String) from within build() closures.

0.0.2 #

  • Added basic usage to the README.

0.0.1 #

  • Initial release.
0
likes
0
points
183
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Build html elements by tag name.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on tags