Skip to content

Commit

Permalink
1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
espresso3389 committed Apr 26, 2024
1 parent 847d0a4 commit ec4902e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.59

- Fixes concurrency issue on PdfDocument dispose (#143)
- FIXED: Null check operator used on \_guessCurrentPage (#147)

# 1.0.58

- Any API calls that wraps pdfium are now completely synchronized. They are run in an app-wide single worker isolate
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Add this to your package's `pubspec.yaml` file and execute `flutter pub get`:

```yaml
dependencies:
pdfrx: ^1.0.58
pdfrx: ^1.0.59
```
### Windows
Expand Down
2 changes: 1 addition & 1 deletion example/viewer/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ packages:
path: "../.."
relative: true
source: path
version: "1.0.58"
version: "1.0.59"
platform:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pdfrx
description: pdfrx is a rich and fast PDF viewer implementation built on the top of pdfium. The plugin supports Android, iOS, Windows, macOS, Linux, and Web.
version: 1.0.58
version: 1.0.59
homepage: https://github.com/espresso3389/pdfrx

environment:
Expand Down

0 comments on commit ec4902e

Please sign in to comment.