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
2021-02-20 10:41:07 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8d4af7227db7578f5dc352155a5cc06b65766bd
e8d4af72
1 parent
01f28f24
Update package version
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
e8d4af7
# Changelog
## 3.0.0
-nullsafety.2
## 3.0.0
-
Fix Checkbox Widget
-
Fix SVG colors with percent
...
...
pdf/pubspec.yaml
View file @
e8d4af7
...
...
@@ -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
:
3.0.0
-nullsafety.2
version
:
3.0.0
environment
:
sdk
:
"
>=2.12.0-0
<3.0.0"
...
...
printing/CHANGELOG.md
View file @
e8d4af7
# Changelog
## 5.0.0
-nullsafety.2
## 5.0.0
-
Add imageFromAssetBundle and networkImage
-
Add Page orientation on PdfPreview
...
...
printing/pubspec.yaml
View file @
e8d4af7
...
...
@@ -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
:
5.0.0
-nullsafety.2
version
:
5.0.0
environment
:
sdk
:
"
>=2.12.0-0
<3.0.0"
...
...
@@ -19,7 +19,7 @@ dependencies:
image
:
^3.0.0-nullsafety
js
:
^0.6.3-nullsafety
meta
:
^1.3.0-nullsafety
pdf
:
^3.0.0
-nullsafety
pdf
:
^3.0.0
plugin_platform_interface
:
^1.1.0-nullsafety
dev_dependencies
:
...
...
Please
register
or
login
to post a comment