David PHAM-VAN
David PHAM-VAN
@jazzbpn sorry, no progress yet.
@jazzbpn If you want it to go faster, I can help you to make it work without this feature, usually there is another way around.
Send me your code, I'll take a look
I thought I did. Apparently, my comment did not pass. ```dart import 'dart:async'; import 'dart:math'; import 'dart:typed_data'; import 'package:pdf/pdf.dart'; import 'package:pdf/widgets.dart' as pw; import 'package:printing/printing.dart'; const PdfColor green = PdfColor.fromInt(0xff9ce5d0);...
Thanks, I try my best to make it easy. I'm still working on that issue, but it requires deep changes to the layout engine, which takes time, especially to keep...
Sorry, no progress yet.
@niltonvasques With your Text widget, use the attribute overflow: span. It will automatically do that for you.
use pageFormat: PdfPageFormat.a4.landscape
I don't understand