lahachampion.blogg.se

Instal the new version for ios Find.Same.Images.OK 5.2
Instal the new version for ios Find.Same.Images.OK 5.2





  • Single methods such as getFilePath(), getMultiFilePath(), getFile() and getMultiFile() are no longer availble in favor o pickFiles().
  • Major refactor with some clean-up and improvements.
  • This is particularly helpful on web or if you are going to upload to somehwere else
  • Added parameter withData that allows file data to be immediately available on memory as Uint8List (part of PlatformFile instance).
  • On iOS picking audio now supports multiple and cloud picks.
  • Caching process is only made once, so once done, the picked instance should be the same

    instal the new version for ios Find.Same.Images.OK 5.2

  • On Android all picked files are scoped cached which should result in most of files being available.
  • Added classes FilePickerResult and PlatformFile classes with helper getters.
  • Simplified usage, now you only need to use () with desired parameters which will return a FilePickerResult with a List containing the picked data.
  • Because platforms are unified and mixing File instances from dart:io and dart:html required stubbing and bloated code, it's no longer available as helper method so you'll have to instanciate a File with the picked paths.
  • instal the new version for ios Find.Same.Images.OK 5.2

    You'll now have to use () and extract the files from FilePickerResult.Both file_picker_interface and file_picker_web are no longer mantained from now on. Unifies all platforms (IO, Web and Desktop) in a single plugin (file_picker) that can be used seamlessly across all.







    Instal the new version for ios Find.Same.Images.OK 5.2