David PHAM-VAN

Update example to show saved documents on iOS Files app

# Changelog
## 2.1.4
- Update example to show saved documents on iOS Files app
## 2.1.3
- Update Pdf dependency
... ...
... ... @@ -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>
... ...
... ... @@ -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"
... ...