Skip to content

Flutter PDF Text 0.4.0

Compare
Choose a tag to compare
@AlessioLuciani AlessioLuciani released this 11 Dec 20:48
· 12 commits to master since this release
225e478
  • The PDFBoxResourceLoader is now used on Android to load PDF documents much faster than before. The fast initialization (i.e. fastInit) option has therefore been removed.
  • PDF documents are no longer kept alive in the platform-specific scope. Instead, they are opened and closed at each read with the respective library functions. This does not affect the caching mechanism utilized directly in Dart. This change prevents errors due to multiple document accesses at the same time.
  • Tests have been implemented.