interactive_pdf_viewer 0.2.2
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_viewerWith Flutter:
$ flutter pub add interactive_pdf_viewerThis 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.2Alternatively, 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';