node_flow 0.1.0
node_flow: ^0.1.0 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_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
node_flow: ^0.1.0Alternatively, 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';