native_pdf_renderer 1.1.1
native_pdf_renderer: ^1.1.1 copied to clipboard
Flutter Plugin to render PDF pages as images on both Android and iOS devices.
1.1.1 #
- Fix compilation error on pure android Java projects (#1)
1.1.0 #
- Transferred sources to
src
directory - Removed
dispose
method fromPDFDocument
class (Replaced byclose
method) - Added more comments in code
1.0.1 #
- Fixed support capability dart v2.0 (non 2.1) by add import
dart:core
in files with useFuture
1.0.0 #
- Initial release