node_flow 0.1.1 copy "node_flow: ^0.1.1" to clipboard
node_flow: ^0.1.1 copied to clipboard

React Flow-style node editor canvas for Flutter: pan/zoom viewport, draggable nodes, drag-to-connect edges, marquee selection, snap guides, and a minimap.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add node_flow

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

dependencies:
  node_flow: ^0.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_flow/node_flow.dart';
1
likes
160
points
113
downloads

Documentation

API reference

Publisher

verified publisherksh.dev

Weekly Downloads

React Flow-style node editor canvas for Flutter: pan/zoom viewport, draggable nodes, drag-to-connect edges, marquee selection, snap guides, and a minimap.

Repository (GitHub)
View/report issues

Topics

#node-editor #flow #canvas #graph #diagram

License

MIT (license)

Dependencies

flutter

More

Packages that depend on node_flow