- Android's Gradle script adapted to support new AGP versions
- Avoiding excessive memory usage when reading content from
content scheme
by only reading new data chunk when the previous one has been consumed. - Min SDK version is now 2.17.0
- Fixing docs
- New
getContentLength
function
- Adding
org.jetbrains.kotlinx:kotlinx-coroutines-android
Android dependency - New
canFetchContent
function - Reading
content scheme
is now done in a separate thread, avoiding ANRs. - Aborting
content scheme
reading when stream is no longer being listened to. - Error handling improvements
- Support for custom http headers
- Stable version
- Improved error handling
- Fix false
Unclosed instance of 'Sink'.
warning by pub dev
- new
getContentStream
method, allowing to retrieve chunks of buffered data instead of the entire data at once.
- support for linux, macos and windows
- Removed
pigeon
dependency
- new
getContentOrNull
getter andfromOrNull
function
- Experimental version