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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
167
likes
140
points
1.9k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

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