ivlivs_pdf_viewer 0.1.0
ivlivs_pdf_viewer: ^0.1.0 copied to clipboard
A basic cross-platform PDF viewer. Uses an iframe element on web and the pdfrx package on all native platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ivlivs_pdf_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ivlivs_pdf_viewer: ^0.1.0Alternatively, 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:ivlivs_pdf_viewer/ivlivs_pdf_viewer.dart';