Skip to content

Releases: AlessioLuciani/flutter-pdf-text

Flutter PDF Text 0.5.0

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 15 Mar 00:03
d669327
  • Dart's sound null safety is now supported.

Flutter PDF Text 0.4.0

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 11 Dec 20:48
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.

Flutter PDF Text 0.3.1

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 31 Aug 16:24
3aea262

The possibility to initialize a document faster (without immediately initializing the text stripper engine) on Android has been added.

Flutter PDF Text 0.3.0

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 29 Aug 09:26
48af65c

A class for the PDF document information has been added. Now this information
is retrieved on the initialization of the document.

Flutter PDF Text 0.2.2

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 20 Jul 23:01

Code formatting has been improved and minor issues solved.

Flutter PDF Text 0.2.1

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 08 May 18:04

The support for password-encrypted PDF documents has been added.

Flutter PDF Text 0.2.0

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 08 May 16:06

Some new methods have been added to PDFDoc:
- fromURL to load a PDF document from an URL.
- deleteFile to delete the file related to the document.
- deleteAllExternalFiles to delete all the files of the document imported
from outside the local file system.

Flutter PDF Text 0.1.3

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 08 Apr 13:44

Part of the internal logic has been simplified.

Flutter PDF Text 0.1.2

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 30 Mar 11:21

A demo of the example app has been added.

Flutter PDF Text 0.1.1

Choose a tag to compare

@AlessioLuciani AlessioLuciani released this 30 Mar 00:18

An issue that caused a crash on iOS, when retrieving the text of the last page of the entire document, has been fixed.