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-03 17:54:32 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
195c5283c591371792df42c670f0f80d9dc4c007
195c5283
1 parent
6f120764
Updgade printing version to 1.2.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
pdf/pubspec.yaml
printing/pubspec.yaml
pdf/pubspec.yaml
View file @
195c528
...
...
@@ -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.
1.1
version
:
1.
2.0
environment
:
sdk
:
"
>=1.8.0
<3.0.0"
...
...
printing/pubspec.yaml
View file @
195c528
...
...
@@ -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.
1
.0
version
:
1.
2
.0
environment
:
sdk
:
"
>=1.19.0
<3.0.0"
...
...
@@ -10,7 +10,7 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
pdf
:
"
^1.
1
.0"
pdf
:
"
^1.
2
.0"
flutter
:
plugin
:
...
...
Please
register
or
login
to post a comment