Bora Keçeci
Bora Keçeci
its so annoying please solve this issue : ```dart 42 E/FrameEvents( 2775): updateAcquireFence: Did not find frame. D/EGL_emulation( 2775): app_time_stats: avg=22.86ms min=9.75ms max=35.68ms count=45 D/EGL_emulation( 2775): app_time_stats: avg=4.03ms min=2.39ms max=8.10ms...
Can you change the font type and try , also if you cath the error and share with us we would be happy. Thanks
fit: pw.BoxFit.fitWidth,
Think like an excel page , every head there is something and every foot there is something like page number . You can put also transparent photos . Hope it...
Put your widgets into a list and end of the list put your footer widget with a size of a single page so it will jump to the next page.
When you solve please inform us . Good luck .
I haven't tried it before but this is the solution that came to my mind. Can you create a addRowFunction and create your proccesed data before open pdf then pass...
use a async function in initstate and put your photo into a variable before create your pdf. final example = (await rootBundle.load('assets/orta.jpeg')).buffer.asUint8List();
```dart const double inch = 72.0; const double cm = inch / 2.54; Image( MemoryImage(_image), alignment: Alignment.topCenter, width: 15.0 * cm, height: 20.0 * cm, ), ``` Also you may...
Please let us know when you solve :) Hope you best !