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
2018-10-28 08:30:56 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ce41a15d3f495b48b7569fa47386f73a4b796fb4
ce41a15d
1 parent
cce80208
Update version numbers and changelogs
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
ce41a15
# 1.0.7
*
Use lowercase page dimension constants
# 1.0.6
*
Fix TTF font name lookup
...
...
pdf/pubspec.yaml
View file @
ce41a15
...
...
@@ -2,7 +2,7 @@ name: pdf
author
:
David PHAM-VAN <dev.nfet.net@gmail.com>
description
:
A pdf producer for Dart. It can create pdf files for both web or flutter.
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/pdf
version
:
1.0.
6
version
:
1.0.
7
environment
:
sdk
:
"
>=1.8.0
<3.0.0"
...
...
printing/CHANGELOG.md
View file @
ce41a15
# 1.0.6
*
Add screenshot example
# 1.0.5
*
Fix printing from pdf document
...
...
printing/pubspec.yaml
View file @
ce41a15
...
...
@@ -2,7 +2,7 @@ name: printing
author
:
David PHAM-VAN <dev.nfet.net@gmail.com>
description
:
Plugin that allows Flutter apps to generate and print documents to android or ios compatible printers
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/printing
version
:
1.0.
5
version
:
1.0.
6
environment
:
sdk
:
"
>=1.19.0
<3.0.0"
...
...
@@ -10,7 +10,7 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
pdf
:
"
^1.0.
5
"
pdf
:
"
^1.0.
7
"
flutter
:
plugin
:
...
...
Please
register
or
login
to post a comment