scientifichackers / flutter_pdf_viewer

A native PDF viewer for flutter.
MIT License
107 stars 40 forks source link

how to turn nigthMode? #5

Closed glin94 closed 6 years ago

glin94 commented 6 years ago

FlutterPdfViewer.loadFilePath ("file://"+_cachedFile.path);

devxpy commented 6 years ago

Did you read the API section of the README?

https://github.com/pycampers/flutter_pdf_viewer/blob/master/README.md#api

Does passing nightMode: true not work for you?

devxpy commented 6 years ago

Closing due to no response