interactive_pdf_viewer 0.2.8
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';