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