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
controller
is not required anymore. - Blueprint now have
children
parameter so you don't have to calladdNodes
function from a controller. - Updated Example.
- Improvements and fixes.