vyuh_node_flow
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