dekadevelop
dekadevelop
This package is awesome, just sometimes need lighter color of the gradient... Could it be possible to set the opacity?
Calling jumpToPage with Flutter web it does not work ``` final pdfController = PdfController( document: PdfDocument.openAsset('assets/mypdf.pdf'), ); return PdfView( controller: pdfController, scrollDirection: Axis.vertical, onDocumentLoaded: (_) => pdfController.jumpToPage(3), ); ``` Exception:...
No SIM
How can we handle the case when there is no SIM, like for tablets? At the moment it shows the popUp for 1sec and then it hides it. Would it...
Hi, I used flutter_advanced_networkimage, but it didn't provide a nice FirebaseStorage File cache functionality as this one. But it was a lot nicer navigating through pages (also via Heroes widgets),...