graph_layout 0.1.1 copy "graph_layout: ^0.1.1" to clipboard
graph_layout: ^0.1.1 copied to clipboard

A package providing graph layout algorithms and related data structures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graph_layout

With Flutter:

 $ flutter pub add graph_layout

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

dependencies:
  graph_layout: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:graph_layout/graph_layout.dart';
0
likes
160
pub points
41%
popularity

Publisher

verified publisherarseny.uk

A package providing graph layout algorithms and related data structures.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

meta, quiver, vector_math

More

Packages that depend on graph_layout