graphite 1.1.2 copy "graphite: ^1.1.2" to clipboard
graphite: ^1.1.2 copied to clipboard

Flutter widget to easily draw direct graphs, trees, flowcharts. Includes gesture API to create graphs interactions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphite

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

dependencies:
  graphite: ^1.1.2

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:graphite/graphite.dart';
125
likes
110
pub points
90%
popularity

Publisher

unverified uploader

Flutter widget to easily draw direct graphs, trees, flowcharts. Includes gesture API to create graphs interactions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

arrow_path, flutter, touchable

More

Packages that depend on graphite