node_program_editor 2.1.1
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_editorThis 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.1Alternatively, 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';