advanced_pdf_viewer 0.5.0
advanced_pdf_viewer: ^0.5.0 copied to clipboard
A high-performance PDF viewer for Flutter with support for Arabic text rendering, RTL reordering, and advanced annotations (draw, text, highlight, underline) with snap-to-text.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add advanced_pdf_viewerWith Flutter:
$ flutter pub add advanced_pdf_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
advanced_pdf_viewer: ^0.5.0Alternatively, 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:advanced_pdf_viewer/advanced_pdf_viewer.dart';