node_program_editor 0.0.2
node_program_editor: ^0.0.2 copied to clipboard
A program builder widget inspired by LabView
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: ^0.0.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:node_program_editor/node_program_editor.dart';