pdfium_bindings 2.0.1
pdfium_bindings: ^2.0.1 copied to clipboard
This project aims to wrap the complete [Pdfium](https://pdfium.googlesource.com/pdfium/) API in dart, over FFI.
1.0.0 #
- Initial version, created by Stagehand
1.1.0 #
- add high level abstraction (PdfiumWrap)
1.2.0 #
- loadDocumentFromBytes and savePageAsJpg
1.3.0 #
- fix memory leak
2.0.0 #
- Upgrade dependencies
2.0.1 #
Added #
- Added more dart docs.
- Added new files to the .gitignore to ignore them.
Changed #
- Migrated from a deprecated linter to an updated one available at https://pub.dev/packages/lint.
- Fixed all the lint issues found with the new linter in both the library and its examples, including ignoring the autogenerated code.
Fixed #
- None