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-03-28 11:14:41 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f21ad7bc41f251ebfb9fa54e90342c198851886b
f21ad7bc
1 parent
225df52d
Add meta and image dependencies
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
printing/CHANGELOG.md
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
f21ad7b
# Changelog
## 3.2.1
-
Add meta and image dependencies
## 3.2.0
-
Update README
...
...
printing/pubspec.yaml
View file @
f21ad7b
...
...
@@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/printing
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
3.2.
0
version
:
3.2.
1
environment
:
sdk
:
"
>=2.3.0
<3.0.0"
...
...
@@ -17,6 +17,8 @@ dependencies:
sdk
:
flutter
pdf
:
^1.6.0
plugin_platform_interface
:
^1.0.2
meta
:
^1.1.5
image
:
^2.1.4
dev_dependencies
:
flutter_test
:
...
...
Please
register
or
login
to post a comment