vyuh_node_flow
Um editor de fluxo baseado em nós flexível e de alto desempenho para Flutter. Crie interfaces de programação visual, editores de fluxo de trabalho, diagramas e pipelines de dados.
Um editor de fluxo baseado em nós flexível e de alto desempenho para Flutter. Crie interfaces de programação visual, editores de fluxo de trabalho, diagramas e pipelines de dados com temas personalizáveis e suporte abrangente à interação.
^6.0.0^7.8.1Texto original em inglês. Visite o GitHub para a versão atual.
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