Arokip / flutter_diagram_editor

Fllutter diagram editor library
MIT License
116 stars 38 forks source link

Diagram export #8

Closed Arokip closed 3 years ago

Arokip commented 3 years ago

Add exporting feature. Allow user to export the diagram as an image and as an importable diagram file.

Arokip commented 3 years ago

RenderRepaintBoundary boundary = globalKey.currentContext.findRenderObject(); ui.Image image = await boundary.toImage(); This code works just for flutter mobile thus image export doesn't work for flutter web.