DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.42k stars 632 forks source link

await Printing.layoutPdf for web will immediately return true #1745

Open zhushuihua opened 2 months ago

zhushuihua commented 2 months ago

await Printing.layoutPdf for web will immediately return true. Unlike in the other platforms the return Future will be true if we press print and false when we press cancel