Andrey

Results 5 issues of 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.

enhancement

How i can do it with const for more perfomance my system? ``` child: const Flag.fromCode( FlagsCode.KI, height: 100, ), ```

SPIKE

``` 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