node_program_editor 2.1.1 copy "node_program_editor: ^2.1.1" to clipboard
node_program_editor: ^2.1.1 copied to clipboard

Flutter package to provide a drag and drop base to create node graph editor

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add node_program_editor

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

dependencies:
  node_program_editor: ^2.1.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:node_program_editor/node_program_editor.dart';
6
likes
150
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to provide a drag and drop base to create node graph editor

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

auto_size_text, flutter

More

Packages that depend on node_program_editor