KinsleySen
KinsleySen
@rigoparis hey, mine works here's my method to get the image getDraw(args) { const pad = this.$refs.DrawingPad.nativeView; pad.getDrawing().then( data => { console.log(data); }, err => { console.log(err); } ); },
hi guys, this might be a workaround not for everyone but i currently using the line chart as a horizontal bar and the result like this 
apparently, you need to adjust the content to fit in page like the library said https://pub.dev/documentation/pdf/latest/widgets/MultiPage-class.html if you have a dynamic detail just break it in table or column, and...