Skip to content

Commit 494ba9b

Browse files
Add new version information
1 parent 70ba7bd commit 494ba9b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add this to your package's `pubspec.yaml` file:
1818

1919
```yaml
2020
dependencies:
21-
pdf_text: ^0.3.0
21+
pdf_text: ^0.3.1
2222
```
2323
2424
## Usage

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pdf_text
22
description: 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
44
homepage: https://github.com/AlessioLuciani/flutter-pdf-text
55

66
environment:

0 commit comments

Comments
 (0)