Skip to content

Commit

Permalink
Upgrade archive, fix wasm import
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 12, 2024
1 parent d336536 commit 4be45bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pdf/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
screenshots:
- description: 'Example of a generated document'
- description: "Example of a generated document"
path: example.jpg
topics:
- pdf
Expand All @@ -18,7 +18,7 @@ environment:
sdk: ">=2.19.0 <4.0.0"

dependencies:
archive: ^3.4.0
archive: ^4.0.0
barcode: ">=2.2.3 <3.0.0"
bidi: ^2.0.10
crypto: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion printing/lib/src/method_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import 'package:pdf/pdf.dart';

import 'callback.dart';
import 'interface.dart';
import 'method_channel_ffi.dart' if (dart.library.js) 'method_channel_js.dart';
import 'method_channel_js.dart' if (dart.library.io) 'method_channel_ffi.dart';
import 'output_type.dart';
import 'print_job.dart';
import 'printer.dart';
Expand Down

0 comments on commit 4be45bf

Please sign in to comment.