graphite 1.2.1 copy "graphite: ^1.2.1" to clipboard
graphite: ^1.2.1 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.2.1

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';
186
likes
135
points
1.74k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

arrow_path, flutter, touchable

More

Packages that depend on graphite