Releases: ardriveapp/ardrive_io
Releases · ardriveapp/ardrive_io
v1.4.7
v1.4.6
Release Notes
- Adds a method for getting the file extension by the file name
v1.4.5
Release Notes
- Set file path to lower case before verifying the mime type
v1.4.4
- Adds the
ardriveIODebugPrintmethod for logging - Close the finalize future when the upload is done
v1.4.3
Release notes
- Update ardriveapp dependencies repositories
v1.4.2
Release notes
- Introduces methods for getting file name and extension.
v1.4.1
Release Notes
- When using drag and drop the file path resolves to similar to: blob:http://localhost:54203/5628ef94-ffda-4c1e-981c-5decd535b579. Now, if the contentType is provided, the
formXFilewill use it.
v1.4.0
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
Release Notes
- Upgrades Flutter version
- Fixes an issue on tracking the progress of the download using
flutter_downloader
v1.2.0
Release notes
- Add support for read file as Stream