native_pdf_view 1.0.3 copy "native_pdf_view: ^1.0.3" to clipboard
native_pdf_view: ^1.0.3 copied to clipboard

outdated

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:

pub package

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.

398
likes
0
pub points
94%
popularity

Publisher

verified publisherserge.software

Flutter plugin to render PDF files on both Android and iOS devices. Provides a Widget to render the pages using a PageView.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on native_pdf_view