pdf_renderer 0.2.0 pdf_renderer: ^0.2.0 copied to clipboard
Flutter plugin to render PDF pages as images on Web, MacOS, Windows, Android and iOS.
0.2.0 #
- Added supports
Future<Uin8List>
argument forPdfDocument.openData()
by usageFutureOf
- Added internet file usage example
- Added [flutter_lints]
- Fixed platform code
- Renamed
PdfPageFormat
->PdfPageImageFormat
- Re-case values
PdfPageImageFormat{JPEG,PNG,WEBP}
->PdfPageImageFormat{jpeg,png,webp}
0.1.0 #
- Usage pigeon for iOS, macOS, Android
- Usage [plugin_platform_interface] for better work web
- iOS and macOS now use a single codebase
- Added texture rendering