flutter_widget_to_image icon indicating copy to clipboard operation
flutter_widget_to_image copied to clipboard

NoSuchMethodError: The method 'findRenderObject' was called on null.

Open appsw opened this issue 6 years ago • 4 comments

appsw avatar Nov 29 '18 09:11 appsw

when RenderRepaintBoundary boundary = _globalKey.currentContext.findRenderObject();

appsw avatar Nov 29 '18 09:11 appsw

Same here. Any suggestions ?

victorbucutea avatar Jul 27 '19 15:07 victorbucutea

The problem was due to _globalKey not being tied to a valid RepaintBoundart widget

victorbucutea avatar Jul 27 '19 15:07 victorbucutea

Are there any solution to this problem?

jdonadob avatar Apr 28 '24 15:04 jdonadob