circlegraph 0.0.6 copy "circlegraph: ^0.0.6" to clipboard
circlegraph: ^0.0.6 copied to clipboard

Create graphs with a root node and several child nodes. Multiple layers of nodes in a circle and multiple circles in a larger graph.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add circlegraph

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  circlegraph: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:circlegraph/circlegraph.dart';
9
likes
40
pub points
0%
popularity

Publisher

verified publishermanuelh.at

Create graphs with a root node and several child nodes. Multiple layers of nodes in a circle and multiple circles in a larger graph.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on circlegraph