burntblark
burntblark

Reputation: 1700

pdfImageFromImageProvider new implementation

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'),
    );

Upvotes: 0

Views: 518

Answers (0)

Related Questions