zengchanghuan

Results 3 comments of zengchanghuan

PdfViewer.asset( 'assets/sample.pdf', passwordProvider: () => passwordDialog(context), controller: controller, params: PdfViewerParams( maxImageBytesCachedOnMemory: 50 * 1024 * 1024, enableTextSelection: true, maxScale: 8, // facing pages algoritm layoutPages: (pages, params) { // They...

https://github.com/endigo/flutter_pdfview/issues/264#issuecomment-1820760390 fixed my problem.