packages.flutter
packages.flutter copied to clipboard
How to implement dark mode?
renderer: (PdfPage page) => page.render( width: page.width * 4, height: page.height * 4, format: PdfPageFormat.PNG, removeTempFile: true, quality: 100, backgroundColor: '#000000', ),
I can change only background color to black of the page, but for text color still black
@SopheaII It is a major feature that other pdfView packages in flutter are providing. The major anomaly is other packages don't provide darkMode on pdfs for IOS devices.
I request the authors and collaborators @SergeShkurko @ksilz @Zazo032 of this package to introduces dark mode even for IOS.