Hi Anton,
first of all thank you really much for your package :)
I am using HomeWidget.renderFlutterWidget to render an image of my Widget which uses Image.asset. For some reason the images are created but they are empty (148B) and some are rendered normally (7,2kB).

The Images in the Flutter assets exist and I don't get any exceptions. When I am using another Widget than Image.asset the Images are being rendered and stored correctly. It seems to me that RenderView has a problem with Image.asset Widget.
Hi Anton,
first of all thank you really much for your package :)
I am using

HomeWidget.renderFlutterWidgetto render an image of my Widget which usesImage.asset. For some reason the images are created but they are empty (148B) and some are rendered normally (7,2kB).The Images in the Flutter assets exist and I don't get any exceptions. When I am using another Widget than
Image.assetthe Images are being rendered and stored correctly. It seems to me thatRenderViewhas a problem withImage.assetWidget.