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