Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2025-02-12 16:19:33 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
974ac37abed0f3928ee8b53b74d157873e954ffe
974ac37a
1 parent
219de6fe
Fix wrong import
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
printing/CHANGELOG.md
printing/lib/src/print_job.dart
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
974ac37
# Changelog
## 5.14.
1
## 5.14.
2
-
Fix wasm dart.pub warning
...
...
printing/lib/src/print_job.dart
View file @
974ac37
...
...
@@ -18,7 +18,7 @@ import 'dart:async';
import
'dart:typed_data'
;
import
'callback.dart'
;
import
'platform_js.dart'
if
(
dart
.
library
.
io
)
'p
rint_job_platform_ffi
.dart'
;
import
'platform_js.dart'
if
(
dart
.
library
.
io
)
'p
latform_os
.dart'
;
import
'raster.dart'
;
/// Represents a print job to communicate with the platform implementation
...
...
printing/pubspec.yaml
View file @
974ac37
...
...
@@ -15,7 +15,7 @@ topics:
-
print
-
printing
-
report
version
:
5.14.
1
version
:
5.14.
2
environment
:
sdk
:
"
>=3.3.0
<4.0.0"
...
...
Please
register
or
login
to post a comment