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-04-17 08:13:31 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c50a05bf9c83327093af67bd2c516a54ac38f7d
7c50a05b
1 parent
28a15205
Update xml dependency range
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 @
7c50a05
# Changelog
## 3.7.5
-
Update xml dependency range
## 3.7.4
-
Fix Bidirectional text (Arabic + Latin words) order and line breakers issue #990
[
Milad
]
...
...
pdf/pubspec.yaml
View file @
7c50a05
...
...
@@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
3.7.
4
version
:
3.7.
5
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
...
...
@@ -16,7 +16,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
<
6
.0.0"
xml
:
"
>=5.1.0
<
7
.0.0"
dev_dependencies
:
flutter_lints
:
^1.0.4
...
...
Please
register
or
login
to post a comment