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
2020-06-21 19:36:08 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc48f97a1c81a39ac3381230dc3598ef8af8dfbd
cc48f97a
1 parent
8e2e77c0
Update BarcodeWidget
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
cc48f97
# Changelog
## 1.9.1
-
Fix dependency to Image
## 1.9.0
-
Allow MultiPage to relayout individual pages with support for flex
...
...
pdf/pubspec.yaml
View file @
cc48f97
...
...
@@ -4,7 +4,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
:
1.9.
0
version
:
1.9.
1
environment
:
sdk
:
"
>=2.3.0
<3.0.0"
...
...
@@ -15,8 +15,8 @@ dependencies:
utf
:
^0.9.0
crypto
:
^2.0.6
archive
:
^2.0.10
barcode
:
^1.9.0
image
:
^2.1.4
barcode
:
^1.14.0
image
:
^2.1.10
path_parsing
:
^0.1.4
dev_dependencies
:
...
...
Please
register
or
login
to post a comment