fl_nodes_v2 0.3.0
fl_nodes_v2: ^0.3.0 copied to clipboard
A node graph editor for Flutter: pan, zoom, wire and run graphs, with ordinary Flutter widgets inside every node.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fl_nodes_v2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fl_nodes_v2: ^0.3.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:fl_nodes_v2/fl_nodes_v2.dart';