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

A library for parsing and constructing HTML and JSON microformats.

example/microformats_example.dart

import 'package:microformats/microformats.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
0
likes
155
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A library for parsing and constructing HTML and JSON microformats.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on microformats