flowy_graph 0.1.2 copy "flowy_graph: ^0.1.2" to clipboard
flowy_graph: ^0.1.2 copied to clipboard

A Flutter package for building interactive node-based editors, flow diagrams, and graph visualizations with ease.

example/lib/main.dart

import 'package:example/Example2/example2_page.dart';
import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) => const MaterialApp(home: Example2Page());
}
1
likes
145
points
139
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for building interactive node-based editors, flow diagrams, and graph visualizations with ease.

Repository (GitHub)
View/report issues

Topics

#react-flow #reactflow #flow-builder #workflow #canvas

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flowy_graph