Showing
3 changed files
with
9 additions
and
1 deletions
@@ -26,6 +26,10 @@ | @@ -26,6 +26,10 @@ | ||
26 | <string>LaunchScreen</string> | 26 | <string>LaunchScreen</string> |
27 | <key>UIMainStoryboardFile</key> | 27 | <key>UIMainStoryboardFile</key> |
28 | <string>Main</string> | 28 | <string>Main</string> |
29 | + <key>UIFileSharingEnabled</key> | ||
30 | + <true/> | ||
31 | + <key>LSSupportsOpeningDocumentsInPlace</key> | ||
32 | + <true/> | ||
29 | <key>UISupportedInterfaceOrientations</key> | 33 | <key>UISupportedInterfaceOrientations</key> |
30 | <array> | 34 | <array> |
31 | <string>UIInterfaceOrientationPortrait</string> | 35 | <string>UIInterfaceOrientationPortrait</string> |
@@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to | @@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to | ||
4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
5 | repository: https://github.com/DavBfr/dart_pdf | 5 | repository: https://github.com/DavBfr/dart_pdf |
6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
7 | -version: 2.1.3 | 7 | +version: 2.1.4 |
8 | 8 | ||
9 | environment: | 9 | environment: |
10 | sdk: ">=2.1.0 <3.0.0" | 10 | sdk: ">=2.1.0 <3.0.0" |
-
Please register or login to post a comment