Skip to content
Open
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
4 changes: 2 additions & 2 deletions client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1394,10 +1394,10 @@ packages:
dependency: "direct main"
description:
name: pdf
sha256: "28eacad99bffcce2e05bba24e50153890ad0255294f4dd78a17075a2ba5c8416"
sha256: e47a275b267873d5944ad5f5ff0dcc7ac2e36c02b3046a0ffac9b72fd362c44b
url: "https://pub.dev"
source: hosted
version: "3.11.3"
version: "3.12.0"
pdf_widget_wrapper:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies:
audioplayers: ^6.1.0 # For Windows desktop audio playback
audio_waveforms: ^2.0.2
fl_chart: ^1.1.1
pdf: ^3.10.0 # PDF generation for abuse report downloads
pdf: ^3.12.0 # PDF generation for abuse report downloads
printing: ^5.14.3 # PDF saving and sharing
# Native client dependencies
qr_flutter: ^4.1.0 # QR code generation for web (magic key display)
Expand Down
Loading