MohamedAbd0 / widgets_to_image

Export your widget to image with flutter
https://pub.dev/packages/widgets_to_image
MIT License
22 stars 7 forks source link

not working on mobile #7

Closed MTEV closed 6 months ago

MTEV commented 1 year ago

after test on mobile not working working only on emulator final bytes = await controller.capture(); setState(() { this.bytes = bytes; }); // MemoryImage(bytes!); // if commit or not not working //Image.memory(this.bytes!); /// if commit or not not working final image = pw.MemoryImage(this.bytes!);

MohamedAbd0 commented 6 months ago

I upload the new version to solve this pugs.