brackets 1.0.0 copy "brackets: ^1.0.0" to clipboard
brackets: ^1.0.0 copied to clipboard

Lean markup representation and rendering.

example/brackets_example.dart

// ignore_for_file: avoid_print

import 'package:brackets/brackets.dart';

void main() {
  final markup = html([
    'head'([
      'title'([
        'Example'.$,
      ]),
    ]),
    'body'([
      'h1'([
        'Hello from brackets!'.$,
      ]),
    ]),
  ]);

  print(markup.render());
}
1
likes
150
points
101
downloads

Publisher

verified publisheryakov.codes

Weekly Downloads

Lean markup representation and rendering.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on brackets