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
2022-03-12 11:24:21 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a5decb0307c549cd9a9933476354812fdbb87e8
8a5decb0
1 parent
8bd58900
Fix versions
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
pdf/CHANGELOG.md
printing/CHANGELOG.md
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
8a5decb
...
...
@@ -3,6 +3,7 @@
## 3.7.2
-
Improve debugging information
-
Fix parsing TTF fonts with zero-length glyphs
## 3.7.1
...
...
printing/CHANGELOG.md
View file @
8a5decb
...
...
@@ -3,7 +3,6 @@
## 5.7.3
-
Fix crash when Android load a PDF file which had password
-
Fix parsing TTF fonts with zero-length glyphs
-
Fix PdfPreview page format and orientation updates
-
Update Pdfium version to 4929
-
Automatic pdf.js library loading
...
...
printing/pubspec.yaml
View file @
8a5decb
...
...
@@ -22,7 +22,7 @@ dependencies:
image
:
"
>=3.0.1
<4.0.0"
js
:
^0.6.3
meta
:
"
>=1.3.0
<2.0.0"
pdf
:
^3.7.
1
pdf
:
^3.7.
2
plugin_platform_interface
:
^2.0.0
dev_dependencies
:
...
...
Please
register
or
login
to post a comment