Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading