v0.4.1
What's Changed
- Add meta viewport setting in sample for better user experience on mobile devices by @jershell in #73
- Add a Coil utils module and a KmpFileFetcher to load file picker images with coil easily by @iruizmar in #84
- Create iOS temp file in images file picker by @MohamedRejeb in #85
- Create iOS temp file in documents file picker by @MohamedRejeb in #86
The
NSURL
returned by iOSPHPicker
is a url for a file that's going to be deleted after the file picker callback so you won't be able to storeKmpFile
and use it later for upload or something else, that's why now we create a temp file in iOS to solve this issue.
New Contributors
Full Changelog: v0.4.0...v0.4.1