From 35444cb1eadcc75ef870c22109e6aa2ad588ae2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:18:07 +0000 Subject: [PATCH] Bump pdfrx from 1.1.35 to 1.2.9 Bumps [pdfrx](https://github.com/espresso3389/pdfrx) from 1.1.35 to 1.2.9. - [Release notes](https://github.com/espresso3389/pdfrx/releases) - [Changelog](https://github.com/espresso3389/pdfrx/blob/master/CHANGELOG.md) - [Commits](https://github.com/espresso3389/pdfrx/compare/v1.1.35...v1.2.9) --- updated-dependencies: - dependency-name: pdfrx dependency-version: 1.2.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 20 ++++++++++++++++++-- pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 29efabf..fb54c88 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -281,6 +281,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.8" + dart_pubspec_licenses: + dependency: transitive + description: + name: dart_pubspec_licenses + sha256: "23ddb78ff9204d08e3109ced67cd3c6c6a066f581b0edf5ee092fc3e1127f4ea" + url: "https://pub.dev" + source: hosted + version: "3.0.4" dart_quill_delta: dependency: transitive description: @@ -1136,10 +1144,18 @@ packages: dependency: "direct main" description: name: pdfrx - sha256: "4640c561aa31598c9c8ff9042675f7c1ecb2ca2b1190dff6e2ecaa677d1bc416" + sha256: e13f7a8f3e4d93a2c9e3e2560fb049e84ec341799c4cd510ebaffa145f6f720a + url: "https://pub.dev" + source: hosted + version: "2.1.0" + pdfrx_engine: + dependency: transitive + description: + name: pdfrx_engine + sha256: "4cdba7df1ee83e32c572c7721838e67341742be4b597cc1325549bf90f03511f" url: "https://pub.dev" source: hosted - version: "1.1.35" + version: "0.1.9" perfect_freehand: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 716393d..4a295e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -143,7 +143,7 @@ dependencies: flutter_web_auth_2: ^4.0.0 - pdfrx: ^1.0.85 + pdfrx: ^2.1.0 path: ^1.9.1 flutter_math_fork: ^0.7.4 image: ^4.5.4