pdfImageFromImageProvider new implementation

489 Views Asked by At

I updated the flutter version (now v1.20.2) of a legacy application of ours and found this method pdfImageFromImageProvider no longer exists. Can anyone help with the alternative?

See current implementation below:

var img = await pdfImageFromImageProvider(
      pdf: pdf.document,
      image: AssetImage('assets/images/image.png'),
    );
0

There are 0 best solutions below