nabil6391 / graphview

Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
MIT License
415 stars 115 forks source link

Work With Screenshot #83

Closed Guthers closed 1 year ago

Guthers commented 2 years ago

I want to be able to screenshot the whole graph at once and save it as a file.

I currently get the following when I try. RenderCustomLayoutBox does not meet its constraints

This occurs when I pass a graph I made too screenshotController.captureFromWidget(myGraph)

Thanks

nabil6391 commented 2 years ago

You can try passing the InteractiveView inside a container with a specific width and height