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
2019-12-12 09:03:51 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
333b4bc23ed3bd8b7b32016cff7e72bc210da966
333b4bc2
1 parent
d5a0add7
Update versions
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
10 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
333b4bc
# Changelog
## 1.3.25
-
Add more warnings on type1 fonts
-
Simplify PdfImage constructor
-
Implement Image orientation
-
Add Exif reader
-
Add support for GreyScale Jpeg
-
Add FullPage widget
## 1.3.24
-
Update Web example
...
...
@@ -12,12 +21,6 @@
-
Add Footer Widget
-
Fix Page orientation
-
Add Ascii85 test
-
Add more warnings on type1 fonts
-
Simplify PdfImage constructor
-
Implement Image orientation
-
Add Exif reader
-
Add support for GreyScale Jpeg
-
Add FullPage widget
## 1.3.23
...
...
pdf/pubspec.yaml
View file @
333b4bc
...
...
@@ -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.3.2
4
version
:
1.3.2
5
environment
:
sdk
:
"
>=2.3.0
<3.0.0"
...
...
printing/CHANGELOG.md
View file @
333b4bc
# Changelog
## 2.2.0
## 3.0.0
Breaking change: this version is only compatible with flutter >= 1.12
-
Simplify iOS code
-
Improve native code
...
...
printing/pubspec.yaml
View file @
333b4bc
...
...
@@ -4,11 +4,11 @@ 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
:
2.1.9
version
:
3.0.0
environment
:
sdk
:
"
>=2.3.0
<3.0.0"
flutter
:
"
^1.1
0
.0"
flutter
:
"
^1.1
2
.0"
dependencies
:
flutter
:
...
...
Please
register
or
login
to post a comment