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

A Flutter package for displaying PDFs with interactive features including text selection, page tracking, programmatic control, and sentence extraction capabilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add interactive_pdf_viewer

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 dart pub get):

dependencies:
  interactive_pdf_viewer: ^0.2.2

Alternatively, your editor might support dart pub get or 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
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying PDFs with interactive features including text selection, page tracking, programmatic control, and sentence extraction capabilities.

Homepage
Repository (GitHub)
View/report issues

Topics

#pdf #interactive #text-selection #viewer-control #flutter

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, http, path_provider

More

Packages that depend on interactive_pdf_viewer

Packages that implement interactive_pdf_viewer