pdf_render_maintained 1.5.5 copy "pdf_render_maintained: ^1.5.5" to clipboard
pdf_render_maintained: ^1.5.5 copied to clipboard

A maintained fork of pdf_render plugin providing PDF rendering APIs and Flutter widgets for iOS, Android, macOS, Web, Windows, and Linux.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf_render_maintained

With Flutter:

 $ flutter pub add pdf_render_maintained

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

dependencies:
  pdf_render_maintained: ^1.5.5

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:pdf_render_maintained/pdf_render.dart';
import 'package:pdf_render_maintained/pdf_render_widgets.dart';
3
likes
0
points
104
downloads

Publisher

verified publisherkhokan.me

Weekly Downloads

A maintained fork of pdf_render plugin providing PDF rendering APIs and Flutter widgets for iOS, Android, macOS, Web, Windows, and Linux.

Repository (GitHub)
View/report issues

Topics

#pdf #pdf-viewer #flutter #cross-platform #maintained

License

unknown (license)

Dependencies

collection, flutter, flutter_web_plugins, plugin_platform_interface, vector_math

More

Packages that depend on pdf_render_maintained

Packages that implement pdf_render_maintained