voo_node_canvas 0.1.1
voo_node_canvas: ^0.1.1 copied to clipboard
A node-based canvas widget for creating visual node graphs with draggable nodes and connections
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.1 - 2025-11-23 #
Fixed #
- Snap-to-grid now works smoothly by tracking raw position during drag operations
- Connection line now follows cursor correctly at all zoom levels
- Node dragging responds correctly at all zoom levels
0.0.1 - 2024-11-23 #
Added #
- Initial release of voo_node_canvas
- Infinite canvas with pan and zoom support
- Draggable nodes with customizable content
- Input/output ports for node connections
- Bezier curve connections between nodes
- Grid background with snap-to-grid support
- Canvas configuration options
- Canvas controller for state management