David PHAM-VAN

Update example to show saved documents on iOS Files app

1 # Changelog 1 # Changelog
2 2
  3 +## 2.1.4
  4 +
  5 +- Update example to show saved documents on iOS Files app
  6 +
3 ## 2.1.3 7 ## 2.1.3
4 8
5 - Update Pdf dependency 9 - Update Pdf dependency
@@ -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"