syncfusion_flutter_pdfviewer_macos 19.4.56-beta copy "syncfusion_flutter_pdfviewer_macos: ^19.4.56-beta" to clipboard
syncfusion_flutter_pdfviewer_macos: ^19.4.56-beta copied to clipboard

PlatformmacOS
unlisted

macOS platform implementation of the Flutter PDF Viewer library that lets you view the PDF documents seamlessly and efficiently.

Flutter PDF Viewer macOS #

The macOS implementation of Syncfusion Flutter PDF Viewer plugin.

Usage #

Import the package #

This package is an endorsed implementation of syncfusion_flutter_pdfviewer for the macOS platform since version 19.2.0-beta, so it gets automatically added to your dependencies when you depend on package syncfusion_flutter_pdfviewer.

...
dependencies:
  ...
  syncfusion_flutter_pdfviewer: ^19.2.0-beta
  ...
...

Loading PDF from network #

To load PDF from network using SfPdfViewer.network in macOS, network access must be enabled in your macOS application

On your macos/Runner/DebugProfile.entitlements file, add the following lines inside the <dict> tag to enable the network access in your application:

<key>com.apple.security.network.client</key>
<true/>
0
likes
120
pub points
58%
popularity

Publisher

verified publishersyncfusion.com

macOS platform implementation of the Flutter PDF Viewer library that lets you view the PDF documents seamlessly and efficiently.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, syncfusion_flutter_pdfviewer_platform_interface

More

Packages that depend on syncfusion_flutter_pdfviewer_macos