Skip to content

Releases: ardriveapp/ardrive_io

v1.4.7

18 Nov 19:43
07983a8

Choose a tag to compare

Release Notes

Fix: Corrected MIME type assignment for files in fromXFile method of IOFileAdapter

  • Resolved an issue where files with empty or null MIME types were not correctly assigned a default MIME type.

v1.4.6

30 Jan 18:09
93bc5bb

Choose a tag to compare

Release Notes

  • Adds a method for getting the file extension by the file name

v1.4.5

15 Jan 19:59
286d636

Choose a tag to compare

Release Notes

  • Set file path to lower case before verifying the mime type

v1.4.4

04 Jan 17:10
6ff48b9

Choose a tag to compare

  • Adds the ardriveIODebugPrint method for logging
  • Close the finalize future when the upload is done

v1.4.3

27 Nov 13:44
a317308

Choose a tag to compare

Release notes

  • Update ardriveapp dependencies repositories

v1.4.2

21 Nov 19:22
0a693d0

Choose a tag to compare

Release notes

  • Introduces methods for getting file name and extension.

v1.4.1

27 Oct 16:38
441c377

Choose a tag to compare

Release Notes

v1.4.0

26 Oct 18:16
487156d

Choose a tag to compare

Release Notes

Now it's possible to save files as Stream on Android, iOS, and Web.
On the Web, it uses FileSystemAccess when the browser supports it, otherwise, it will use the StreamSaver.

Limitations

  • Max download on Safari: 1GiB

v1.3.0

05 Jun 20:47
81874d1

Choose a tag to compare

Release Notes

  • Upgrades Flutter version
  • Fixes an issue on tracking the progress of the download using flutter_downloader

v1.2.0

01 Mar 20:34
c0fee7d

Choose a tag to compare

Release notes

  • Add support for read file as Stream