vyuh_node_flow
一个灵活且高性能的基于节点的流程编辑器,适用于 Flutter。用于构建可视化编程界面、工作流编辑器、图表和数据管道。
一个灵活且高性能的基于节点的流程编辑器,适用于 Flutter。使用可自定义的主题和全面的交互支持,构建可视化编程界面、工作流编辑器、图表和数据管道。
^6.0.0^7.8.1以下为英文项目原文快照,最新内容请访问 GitHub。
Vyuh Node Flow Banner
A flexible, high-performance node-based flow editor for Flutter applications, inspired by React Flow. This monorepo contains the core library and demo application.
This repository is organized as a Dart workspace with the following packages:
vyuh_node_flowThe core Flutter package providing the node-based flow editor functionality.
Features:
Installation:
dependencies:
vyuh_node_flow: <latest version>
demoA comprehensive demo application showcasing all features of the Vyuh Node Flow editor.
Includes:
Try it online: 🚀 Live Demo
This project uses Melos for workspace management.
Clone the repository:
git clone https://github.com/vyuh-tech/vyuh_node_flow.git
cd vyuh_node_flow
Install dependencies:
dart pub get
Bootstrap the workspace:
dart run melos bootstrap
Run the demo:
cd packages/demo
flutter run -d chrome
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by the Vyuh Team