Replies: 4 comments
-
One thing that I think would definitely be worth having is the ability to append an existing file, and to access a file as a seekable stream without having to copy it all into RAM. |
Beta Was this translation helpful? Give feedback.
-
@EternityForest Do you have any examples showing how it (seekable stream) works? Would like to see it working. Also, any further links will be helpful, I'm not aware of this kind of API. |
Beta Was this translation helpful? Give feedback.
-
@EternityForest Is #91 this what you need for a stream based API? I'm not aware of seekable streams in dart, so this is the best you can get I guess. |
Beta Was this translation helpful? Give feedback.
-
I would also love stream support. The stream does not need to be seekable. It is just so I can copy a file to public memory without having to read it fully into memory when using For getting the stream, it seems you can follow this recipe (using virtual files): https://developer.android.com/training/data-storage/shared/documents-files#open-virtual-file Then wrap it with a dart Stream adapter |
Beta Was this translation helpful? Give feedback.
-
To see details, refer to #56.
The following features will be available on the next major release:
Beta Was this translation helpful? Give feedback.
All reactions