Eddayy / flutter_star_prnt

Flutter plugin for star printer
GNU General Public License v3.0
15 stars 69 forks source link

I have to pass custom flutter widget for print how can i do that #40

Open anil-softuvo1 opened 1 year ago

sumonwd commented 1 year ago

Create bytes from widgets

final bytes = await PrintCommands.createImageFromWidget(context, YourCustomWidget)