saf_stream 0.10.0 saf_stream: ^0.10.0 copied to clipboard
Read and write Android SAF `DocumentFile`.
0.10.0 #
- Deprecate
readFileSync
andwriteFileSync
. This is a non-breaking changes.readFileBytes
andwriteFileBytes
are added to replace them. The new methods are exactly the same as the old ones. It's just a name change. Because the old names are misleading, they are not synchronous. - Better docs.
0.9.0 #
- Migrate from
mg_shared_storage
tosaf_util
. - Update to Gradle 8
0.8.1 #
- Fix some threading issues.
0.8.0 #
- Add
start
andcount
params toreadFileSync
andreadFileStream
.
0.7.5 #
- Fix issues when overwriting file contents
0.7.0 #
- [Breaking] Rename
readFileToLocal
andwriteFileFromLocal
tocopyToLocalFile
/pasteLocalFile
. - Add
readFileSync
andwriteFileSync
for synchronous file operations.
0.6.0 #
- Return
SafNewFile
inwriteFileFromLocal
.
0.5.0 #
- Add
fileName
toSafWriteStreamInfo
. - Fix Kotlin build issues.
0.4.0 #
- Stop using
wt
mode for newly created files
0.3.0 #
- Always create new files in
writeFileFromLocal
0.1.0 #
- Added
readFileToLocal
andwriteFileFromLocal
0.0.3 #
- Initial public release