File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.1
2+
3+ * The possibility to initialize a document faster (without immediately initializing the text stripper engine) on Android has been added.
4+
15## 0.3.0
26
37* A class for the PDF document information has been added. Now this information
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add this to your package's `pubspec.yaml` file:
1818
1919``` yaml
2020dependencies :
21- pdf_text : ^0.3.0
21+ pdf_text : ^0.3.1
2222` ` `
2323
2424## Usage
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ packages:
143143 path: ".."
144144 relative: true
145145 source: path
146- version: "0.3.0 "
146+ version: "0.3.1 "
147147 pedantic:
148148 dependency: transitive
149149 description:
Original file line number Diff line number Diff line change 11name : pdf_text
22description : This plugin for Flutter allows you to read the text content of PDF documents and convert it into strings. It works on iOS and Android.
3- version : 0.3.0
3+ version : 0.3.1
44homepage : https://github.com/AlessioLuciani/flutter-pdf-text
55
66environment :
You can’t perform that action at this time.
0 commit comments