jv_easy_pdf_viewer 1.2.1
jv_easy_pdf_viewer: ^1.2.1 copied to clipboard
A Flutter plugin that provides a simple and customizable PDF viewer for Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jv_easy_pdf_viewerWith Flutter:
$ flutter pub add jv_easy_pdf_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jv_easy_pdf_viewer: ^1.2.1Alternatively, 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:jv_easy_pdf_viewer/jv_easy_pdf_viewer.dart';