syncfusion_pdfviewer_windows 27.2.2 syncfusion_pdfviewer_windows: ^27.2.2 copied to clipboard
Windows platform implementation of the Flutter PDF Viewer library that lets you view the PDF documents seamlessly and efficiently.
Flutter PDF Viewer Windows #
The Windows implementation of Syncfusion Flutter PDF Viewer plugin.
Usage #
Import the package #
This package is an endorsed implementation of syncfusion_flutter_pdfviewer
for the Windows platform since version 20.1.0-beta
, so it gets automatically added to your dependencies when you depend on package syncfusion_flutter_pdfviewer
.
...
dependencies:
...
syncfusion_flutter_pdfviewer: ^20.3.0
...
...