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
2023-05-04 09:10:42 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f97471a576bb5f4be4ccb4a817eaf069b774b34d
f97471a5
1 parent
f1c2b9ae
Update xml dependency
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
f97471a
...
...
@@ -11,6 +11,8 @@
-
Table cell: dynamic widget
[
Shahriyar Aghajani
]
-
Move Table.fromTextArray to TableHelper.fromTextArray
-
Fix PdfImage constructor without alpha channel
[
Tomasz Gucio
]
-
image.fromBytes() pass bytes offset
[
Aravindhan K
]
-
Update xml dependency and deprecated getter
## 3.10.1
...
...
pdf/pubspec.yaml
View file @
f97471a
...
...
@@ -20,7 +20,7 @@ dependencies:
meta
:
"
>=1.3.0
<2.0.0"
path_parsing
:
"
>=0.2.0
<2.0.0"
vector_math
:
^2.1.0
xml
:
"
>=
5.1.0
<7.0.0"
xml
:
"
>=
6.0.1
<7.0.0"
dev_dependencies
:
flutter_lints
:
^2.0.0
...
...
Please
register
or
login
to post a comment