flutter_widget_to_image
flutter_widget_to_image copied to clipboard
Great
Hi, your idea works greate to generate a screen to a png.
I tried to implement the same to generate a particular portion of my widget to Render as an image for working with paint.
but for my bad luck, I can not implement that.
I am very new to flutter and my experience is with javascript Jquery etc.
when we are using in JavaScript we having Element property Id for addressing a specified block of our UI into canvas,
So do you have an idea about how we can address a specified widget in order to use any child widget being Rendered as Image other than _globalKey.currentContext.findRenderObject();
I am waiting for your reply and support.
As I mentioned I am new to Flutter and Dart. If you have any reference for addressing any widget to work with this script please give me a hint to go on and checking about rather than a solution here
Thanks for the valuable time for looking on my query