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-08-14 20:17:48 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
02789a01c9bbd3cc9c6c759e72e8e66d4f18ea49
02789a01
1 parent
74a88aeb
Fix Dart sdk version
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
printing/CHANGELOG.md
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
02789a0
# 1.0.1
*
Fixed sdk version
# 1.0.0
*
Initial release.
...
...
printing/pubspec.yaml
View file @
02789a0
...
...
@@ -2,10 +2,10 @@ 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/printing
version
:
1.0.
0
version
:
1.0.
1
environment
:
sdk
:
"
>=1.19.0
<
2
.0.0"
sdk
:
"
>=1.19.0
<
3
.0.0"
dependencies
:
flutter
:
...
...
Please
register
or
login
to post a comment