native_pdf_view 1.0.3 native_pdf_view: ^1.0.3 copied to clipboard
Flutter plugin to render PDF files on both Android and iOS devices. Provides a Widget to render the pages using a PageView.
native_pdf_view #
Attention! Doth use this plugin, It is in early development and full of errors. Use native_pdf_renderer instead
Flutter Plugin to render and show a PDF file . Supports both Android and iOS.
Getting Started #
In your flutter project add the dependency:
dependencies:
...
native_pdf_view: any
For help getting started with Flutter, view the online documentation.
Usage example #
Import native_pdf_view.dart
import 'package:native_pdf_view/native_pdf_view.dart';
Rendering PDF files on Android devices #
Use the provided widget PdfRenderer
in order to render a PDF file.
This plugin uses the Android native PdfRenderer to render
the pages of PDF files and provides a widget called PdfRenderer
to display the PDF page you like.