Flutter PDF Viewer Linux
The Linux implementation of Syncfusion® Flutter PDF Viewer plugin.
Usage
Import the package
This package is an endorsed implementation of syncfusion_flutter_pdfviewer
for the Linux platform since version 30.1.xx
, so it gets automatically added to your dependencies when you depend on package syncfusion_flutter_pdfviewer
.
...
dependencies:
...
syncfusion_flutter_pdfviewer: ^29.1.xx
...
...