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-02-06 08:58:37 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
716d801072c8da73e8ed8f5a36b53027def7ce5e
716d8010
1 parent
e2646e6f
Add screenshots to Readme
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
3 deletions
pdf/CHANGELOG.md
pdf/README.md
pdf/example.jpg
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/README.md
printing/example.png
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
716d801
# 1.3.2
*
Update Readme
# 1.3.1
*
Fix pana linting notices
...
...
pdf/README.md
View file @
716d801
...
...
@@ -8,7 +8,9 @@ This library is divided in two parts:
It can create a full multi-pages document with graphics,
images and text using TrueType fonts. With the ease of use you already know.
> Use `printing` package <https://pub.dartlang.org/packages/printing>

> Use the `printing` package <https://pub.dartlang.org/packages/printing>
> for full flutter print and share operation.
The coordinate system is using the internal Pdf unit:
...
...
pdf/example.jpg
0 → 100644
View file @
716d801
175 KB
pdf/pubspec.yaml
View file @
716d801
...
...
@@ -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.3.
1
version
:
1.3.
2
environment
:
sdk
:
"
>=1.8.0
<3.0.0"
...
...
printing/CHANGELOG.md
View file @
716d801
# 1.3.3
*
Update Readme
# 1.3.2
*
Fix iOS printing issues
...
...
printing/README.md
View file @
716d801
...
...
@@ -5,6 +5,8 @@ documents to android or ios compatible printers
See the example on how to use the plugin.
<img
alt=
"Example document"
src=
"example.png"
width=
"300"
>
> This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf>
> for pdf creation. Please refer to <https://pub.dartlang.org/documentation/pdf/latest/>
> for documentation.
...
...
printing/example.png
0 → 100644
View file @
716d801
182 KB
printing/pubspec.yaml
View file @
716d801
...
...
@@ -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.3.
2
version
:
1.3.
3
environment
:
sdk
:
"
>=1.19.0
<3.0.0"
...
...
Please
register
or
login
to post a comment