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-09-25 20:40:39 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
05f3d5d2acf9fd64a008a9baf3996a4d5c4747f5
05f3d5d2
1 parent
7a253986
Revert "Update plugin platforms"
This reverts commit
78b574cf
.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
printing/CHANGELOG.md
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
05f3d5d
# Changelog
## 2.1.8
-
Revert "Update plugin platforms" (Flutter 1.9.1)
## 2.1.7
-
Add iOS Direct Print
...
...
printing/pubspec.yaml
View file @
05f3d5d
...
...
@@ -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
:
2.1.
7
version
:
2.1.
8
environment
:
sdk
:
"
>=2.1.0
<3.0.0"
...
...
@@ -25,9 +25,5 @@ dependency_overrides:
flutter
:
plugin
:
platforms
:
android
:
package
:
net.nfet.flutter.printing
pluginClass
:
PrintingPlugin
ios
:
pluginClass
:
PrintingPlugin
androidPackage
:
net.nfet.flutter.printing
pluginClass
:
PrintingPlugin
...
...
Please
register
or
login
to post a comment