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
2024-12-26 10:07:51 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
426086f62146f977be8247997beb78cc8516c35d
426086f6
1 parent
35bb1ef0
Refine image dependency version constraints
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
426086f
...
...
@@ -8,6 +8,7 @@
-
Table widget refactors
[
Graham Smith
]
-
Add support for creating PDF/A 3b
[
ilaurillard
]
-
Add helper functions to replace text styles and cell content
[
Brian Kayfitz
]
-
Fix TextStyle merge decoration
[
AtlasAutocode
]
## 3.11.1
...
...
pdf/pubspec.yaml
View file @
426086f
...
...
@@ -22,7 +22,7 @@ dependencies:
barcode
:
"
>=2.2.3
<3.0.0"
bidi
:
^2.0.10
crypto
:
^3.0.0
image
:
^4.1.0
image
:
"
>=4.1.0
<4.6.0"
meta
:
"
>=1.3.0
<2.0.0"
path_parsing
:
"
>=0.2.0
<2.0.0"
vector_math
:
^2.1.0
...
...
printing/CHANGELOG.md
View file @
426086f
...
...
@@ -3,6 +3,8 @@
## 5.14.0
-
Replace WebView with WKWebView on macOS
-
Upgrade archive
[
CodeDoctor
]
-
Fix wasm import
[
CodeDoctor
]
## 5.13.4
...
...
printing/pubspec.yaml
View file @
426086f
...
...
@@ -28,7 +28,7 @@ dependencies:
flutter_web_plugins
:
sdk
:
flutter
http
:
"
>=0.13.0
<2.0.0"
image
:
^4.1.0
image
:
"
>=4.1.0
<4.6.0"
meta
:
"
>=1.3.0
<2.0.0"
pdf
:
^3.10.0
pdf_widget_wrapper
:
'
>=1.0.4
<2.0.0'
...
...
Please
register
or
login
to post a comment