alh_pdf_view 2.3.0 alh_pdf_view: ^2.3.0 copied to clipboard
Has the functionality to show PDF with bytes of a file path as widget with some extra functionalities.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add alh_pdf_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
alh_pdf_view: ^2.3.0
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:alh_pdf_view/alh_pdf_view.dart';