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

A drag and drop UI to create json block sequence, inspired by LabView and Simulink

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: ^1.1.0

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';
5
likes
130
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A drag and drop UI to create json block sequence, inspired by LabView and Simulink

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

auto_size_text, bloc, diagram_editor, file_picker, flutter, flutter_bloc, flutter_colorpicker, meta, provider

More

Packages that depend on node_program_editor