I am working on flutter desktop application. I want to print invoice to the printer and for that purpose I am using this plugin https://pub.dev/packages/printing for printing.
Now in designing layout for invoice i want to use plugin widget in pdf widgets view but could not do so. Can anyone tell me how to add widget to pdf/widgets Code snippet. Here is the screenshot of piece of code. this is what i am trying to do.
Please help me out. Thanks