alh_pdf_view 1.3.0 copy "alh_pdf_view: ^1.3.0" to clipboard
alh_pdf_view: ^1.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 Dart:

 $ dart pub add alh_pdf_view

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 dart pub get):

dependencies:
  alh_pdf_view: ^1.3.0

Alternatively, 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:alh_pdf_view/controller/alh_pdf_internal_controller.dart';
import 'package:alh_pdf_view/controller/alh_pdf_view_controller.dart';
import 'package:alh_pdf_view/lib.dart';
import 'package:alh_pdf_view/model/alh_pdf_view_creation_params.dart';
import 'package:alh_pdf_view/model/fit_policy.dart';
import 'package:alh_pdf_view/view/alh_pdf_view.dart';
24
likes
0
pub points
89%
popularity

Publisher

unverified uploader

Has the functionality to show PDF with bytes of a file path as widget with some extra functionalities.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on alh_pdf_view