Pdf Viewer Plugin
A Flutter plugin for IOS and Android providing a simple way to display PDFs.
Features:
Display PDF.
Installation
First, add pdf_viewer_plugin
as a dependency in your pubspec.yaml file.
iOS
Add one row to the ios/Runner/info.plist
:
...
<key>io.flutter.embedded_views_preview</key>
<true/>
You need to
Example
Here is an example flutter app.