whiteboardkit icon indicating copy to clipboard operation
whiteboardkit copied to clipboard

DrawingController does not show sketched image

Open Sesa1988 opened this issue 4 years ago • 0 comments

  • Save the json
  • create a column with the whiteboard widget
  • init the data var draw = WhiteboardDraw.fromJson(widget.data ?? newData); drawController = new DrawingController(draw: draw);

result: a white board shows up, after clicking on it a exception is thrown and after that the paths are loaded.

exception: he following NoSuchMethodError was thrown while handling a gesture: The getter '_value' was called on null. Receiver: null Tried calling: _value

Sesa1988 avatar Aug 17 '20 14:08 Sesa1988