Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
DavBfr committed Feb 12, 2025
1 parent 219de6f commit 974ac37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion printing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 5.14.1
## 5.14.2

- Fix wasm dart.pub warning

Expand Down
2 changes: 1 addition & 1 deletion printing/lib/src/print_job.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import 'dart:async';
import 'dart:typed_data';

import 'callback.dart';
import 'platform_js.dart' if (dart.library.io) 'print_job_platform_ffi.dart';
import 'platform_js.dart' if (dart.library.io) 'platform_os.dart';
import 'raster.dart';

/// Represents a print job to communicate with the platform implementation
Expand Down
2 changes: 1 addition & 1 deletion printing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ topics:
- print
- printing
- report
version: 5.14.1
version: 5.14.2

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit 974ac37

Please sign in to comment.