flutter_native_pdf_viewer 0.1.16 copy "flutter_native_pdf_viewer: ^0.1.16" to clipboard
flutter_native_pdf_viewer: ^0.1.16 copied to clipboard

PlatformAndroid

A Flutter plugin for viewing PDF files with native implementation supporting annotations, search, and zoom capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_native_pdf_viewer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_native_pdf_viewer: ^0.1.16

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:flutter_native_pdf_viewer/flutter_native_pdf_viewer.dart';
1
likes
150
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for viewing PDF files with native implementation supporting annotations, search, and zoom capabilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on flutter_native_pdf_viewer

Packages that implement flutter_native_pdf_viewer