lempiy / flutter_graphite

Flutter widget to draw interactive direct graphs (flowcharts) of any complexity in a tile rectangular manner.
MIT License
166 stars 32 forks source link

Size each individual node #15

Closed EightRice closed 1 year ago

EightRice commented 2 years ago

There is a cellWidth attribute that sets the horizontal dimension and somehow that influences the height too, but is there an option to size each node separately? If you use the builder attribute, you can have it return a Container or SizedBox, but whatever dimensions you pass there are ignored.

novas1r1 commented 2 years ago

@EightRice have you found any solution on how to deal with this?