YBill

Results 5 comments of YBill

If I use vertical arrangement without pw.Row, the display is normal. The pseudo code is as follows: ``` document.addPage(pw.MultiPage( pageFormat: PdfPageFormat.a4, build: (pw.Context context) { return [ pw.Container( alignment: pw.Alignment.center,...

I submitted an issue to Flutter, and they said it should be a problem with the third-party library

> any solutions ???? I used the just_audio library instead

Thanks for your reply. I am still trying to reproduce it, but it hasn't happened yet. I added some tracking points in the online package to collect more clues.

I found that when I use the "workmanager" library, the audio_service library encounters an initialization blocking issue. Specifically, the FlutterEngine is created twice with timestamps (1761305360453, 1761305360701), destroyed once with...