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-12-02 16:14:43 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c44031a4628b7d6e38df7a554040022e51378361
c44031a4
1 parent
771508b6
Update Changelog and version
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
3 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
c44031a
# 1.1.0
*
Rename classes to satisfy Dart conventions
*
Remove useless new and const keywords
*
Mark some internal functions as protected
*
Fix annotations
*
Implement default fonts bounding box
# 1.0.8
*
Fix monospace TTF font loading
*
Add PDFPageFormat::toString
...
...
pdf/pubspec.yaml
View file @
c44031a
...
...
@@ -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.8
version
:
1.
1.0
environment
:
sdk
:
"
>=1.8.0
<3.0.0"
...
...
printing/CHANGELOG.md
View file @
c44031a
# 1.1.0
*
Rename classes to satisfy Dart conventions
*
Remove useless new and const keywords
# 1.0.6
*
Add screenshot example
...
...
printing/pubspec.yaml
View file @
c44031a
...
...
@@ -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.6
version
:
1.
1.0
environment
:
sdk
:
"
>=1.19.0
<3.0.0"
...
...
@@ -10,7 +10,7 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
pdf
:
"
^1.
0.7
"
pdf
:
"
^1.
1.0
"
flutter
:
plugin
:
...
...
Please
register
or
login
to post a comment