interactive_pdf_viewer 0.2.8 copy "interactive_pdf_viewer: ^0.2.8" to clipboard
interactive_pdf_viewer: ^0.2.8 copied to clipboard

A Flutter package for displaying PDFs with interactive features including text selection, page tracking, quote management, minimizable viewer, and custom UI controls. Features include individual quote [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add interactive_pdf_viewer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  interactive_pdf_viewer: ^0.2.8

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:interactive_pdf_viewer/pdf_viewer.dart';
import 'package:interactive_pdf_viewer/v2/interactive_pdf_viewer.dart';
2
likes
130
points
88
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying PDFs with interactive features including text selection, page tracking, quote management, minimizable viewer, and custom UI controls. Features include individual quote removal, floating minimized view, and programmatic control.

Homepage
Repository (GitHub)
View/report issues

Topics

#pdf #interactive #text-selection #minimizable #flutter

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, http, path_provider

More

Packages that depend on interactive_pdf_viewer

Packages that implement interactive_pdf_viewer