Andrey
Andrey
What about autoSize for rows? May be some widget in PlutoColumn with some render function(may be html). RowHeight in PlutoGridStyleConfig is bad solution if grid rows has any height.
String getStringAt(int page)
How i can do it with const for more perfomance my system? ``` child: const Flag.fromCode( FlagsCode.KI, height: 100, ), ```
``` onViewerControllerInitialized: (PdfViewerController? c) { setState((){ pages = c!.pageCount; }); } ``` How to get pageCount after PdfViewer.openFile or PdfDocumentLoader.openFile? Controller.pageCount is null after init Widget. ``` Expand( child: PdfViewer.openFile(...
Pages are crooked. goToPage(50) may set page between 43 and 44