Skip to content

Commit

Permalink
Upgrade archive, fix wasm import (#1790)
Browse files Browse the repository at this point in the history
* Upgrade archive, fix wasm import

* Resolve requested changes
  • Loading branch information
CodeDoctorDE authored Dec 12, 2024
1 parent d336536 commit 7e4cc45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdf/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
sdk: ">=2.19.0 <4.0.0"

dependencies:
archive: ^3.4.0
archive: ">=3.4.0 <4.1.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 7e4cc45

Please sign in to comment.