- chore: specify webs support in pubspec
- fix: make sure init() is skipped on web to not get unimplemented errors
- Add check to make sure cacheDir exists before creating CID file.
- Add function
getFileFromCID
for larger files that shouldn't be handled in memory.
- Remove redundant arguments in
getBytesFromCID
.
- Migrate to downloading from S5 directly in this codebase with
getBytesFromCID
- Refactor
clearCache()
toclear()
.
- Update metadata.
- Initial version.