pdf_render_maintained 1.5.0
pdf_render_maintained: ^1.5.0 copied to clipboard
A maintained fork of pdf_render plugin that provides you with intermediate PDF rendering APIs and easy-to-use Flutter Widgets. Inspired by and based on the original pdf_render package by espresso3389.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pdf_render_maintainedWith Flutter:
$ flutter pub add pdf_render_maintainedThis 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.0Alternatively, 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';