Last updated:
0 purchases
ivlivs pdf viewer
A basic cross-platform PDF viewer.
On native platforms, pdfrx is used.
On the web, the browser's built-in PDF viewer is used.
Features #
Providing a basic performance-conscious PDF viewer for Flutter.
Getting started #
import "package:ivlivs_pdf_viewer/ivlivs_pdf_viewer.dart";
copied to clipboard
Usage #
const Uint8List pdfData = ...;
const pdfViewer = PdfViewer(
data: pdfData,
sourceName: "my-doc.pdf",
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.