Skip to content

v0.4.1

Compare
Choose a tag to compare
@MohamedRejeb MohamedRejeb released this 29 May 16:46
· 156 commits to main since this release
1fcb877

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 iOS PHPicker is a url for a file that's going to be deleted after the file picker callback so you won't be able to store KmpFile 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