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

A library for parsing & creating Graphviz Dot files.

example/example.dart

import 'package:graphviz2/graphviz2.dart';

void main() {
  final parser = DotParser();

  print(parser.parseGraph('''
strict graph { 
  a -- b
  a -- b
  b -- a [color=blue]
} 
'''));
}
3
likes
130
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

A library for parsing & creating Graphviz Dot files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, petitparser

More

Packages that depend on graphviz2