blueprint_system 0.1.0
blueprint_system: ^0.1.0 copied to clipboard
A flutter library that creates blueprint widgets with nodes (child widgets) that may be added to them. These nodes can be moved, resized, and modified.
0.1.0 #
- Added
FloatingNode, A node that moves and resizes automatically in response to Blueprint interaction. - Added Rulers to Blueprint.
- Blueprint
controlleris not required anymore. - Blueprint now have
childrenparameter so you don't have to calladdNodesfunction from a controller. - Updated Example.
- Improvements and fixes.