JeanChristophe

Results 3 issues of JeanChristophe

When receiving a share intent on iOS devices, for a file, the value received contain"%20" character instead of space " ". I'm fixing it with a ``` final String cleanValue...

I follow all steps to install iOS. I only skip ``` com.apple.developer.associated-domains applinks:example.com ``` From app File, i try to open a pdf file with my App. My App launch...

`PdfViewer( filePath: widget.filePath,)` On iOS device rendering of vector pdf are lighter than expected (in comparison with Google Drive or native file preview) ![pdf](https://user-images.githubusercontent.com/44803127/104330413-3dc1e900-54ee-11eb-81f6-803a812ac416.png) ![pdf2](https://user-images.githubusercontent.com/44803127/104330463-487c7e00-54ee-11eb-9bb6-97019cccb650.png) ![pdf3](https://user-images.githubusercontent.com/44803127/104330471-4aded800-54ee-11eb-9aee-9dcfedccc726.png)

need investigation