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-07-21 08:59:33 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df53e5272f8fbe9cc125cace45d1f05d5cbcc475
df53e527
1 parent
d1e8f789
Update example to show saved documents on iOS Files app
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
printing/CHANGELOG.md
printing/example/ios/Runner/Info.plist
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
df53e52
# Changelog
## 2.1.4
-
Update example to show saved documents on iOS Files app
## 2.1.3
-
Update Pdf dependency
...
...
printing/example/ios/Runner/Info.plist
View file @
df53e52
...
...
@@ -26,6 +26,10 @@
<string>
LaunchScreen
</string>
<key>
UIMainStoryboardFile
</key>
<string>
Main
</string>
<key>
UIFileSharingEnabled
</key>
<true/>
<key>
LSSupportsOpeningDocumentsInPlace
</key>
<true/>
<key>
UISupportedInterfaceOrientations
</key>
<array>
<string>
UIInterfaceOrientationPortrait
</string>
...
...
printing/pubspec.yaml
View file @
df53e52
...
...
@@ -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.
3
version
:
2.1.
4
environment
:
sdk
:
"
>=2.1.0
<3.0.0"
...
...
Please
register
or
login
to post a comment