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-11 08:10:26 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f29c3b9f80f45030cc6e0f62d88df4b50431a93c
f29c3b9f
1 parent
2599f2a9
Set xml 6.3.0 as minimum dependency
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
f29c3b9
# Changelog
## 3.10.3
-
Set xml 6.3.0 as minimum dependency
## 3.10.2
-
Fix Type1 font widths
...
...
pdf/pubspec.yaml
View file @
f29c3b9
...
...
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues
screenshots
:
-
description
:
'
Example
of
a
generated
document'
path
:
example.jpg
version
:
3.10.
2
version
:
3.10.
3
environment
:
sdk
:
"
>=2.18.0
<4.0.0"
...
...
@@ -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
:
"
>=6.
0.1
<7.0.0"
xml
:
"
>=6.
3.0
<7.0.0"
dev_dependencies
:
flutter_lints
:
^2.0.0
...
...
Please
register
or
login
to post a comment