Andrey

Results 8 comments of Andrey

And me Read text from file by page iOs: https://github.com/thevikke/read_pdf_text/blob/master/ios/Classes/SwiftReadPdfTextPlugin.swift Android: https://github.com/thevikke/read_pdf_text/blob/master/android/src/main/java/com/example/read_pdf_text/ReadPdfTextPlugin.java document has a password: _pdfView.document isEncrypted

And me May be that? https://stackoverflow.com/questions/44472810/changing-the-text-and-background-color-with-apples-pdfkit-framework

PDFKit has not night mode! Use 2 libs...

Need: `PdfViewer? pdl = null;` ``` if (pdl == null || pdfKey!=pdl!.key) { pdl = PdfViewer.openFile( pdfPath!, key: pdfKey, viewerController: controller, onError: (err) => print(err), params: PdfViewerParams( ... getPages() }...

discuss about this problem in DataTable: https://github.com/flutter/flutter/issues/70510 https://github.com/flutter/flutter/pull/102886 https://github.com/flutter/flutter/pull/102886/files/7b9f80976b25d19b63a29f93b97766bc268d8583

onSelect, onRowDoubleTap does not work with PlutoGridMode.normal I wand to load second Grid after select row/cell in first Grid. But I need to edit rows in first Grid. ``` PlutoGrid(...

v 5.0.5 Need `mode: PlutoGridMode.normal` with `onSelected`. Why is it so hard to do? `onRowDoubleTap` work with `PlutoGridMode.normal`, but the editing mode is turned on only with 2 OneTaps. May...

Try this https://github.com/thevikke/read_pdf_text/blob/master/android/src/main/java/com/example/read_pdf_text/ReadPdfTextPlugin.java