uri_content 2.1.0
uri_content: ^2.1.0 copied to clipboard
Get the Uint8List content of a given Uri. Supports file, data, content and http/https
2.1.0 #
- New
getContentLengthfunction
2.0.0 #
- Adding
org.jetbrains.kotlinx:kotlinx-coroutines-androidAndroid dependency - New
canFetchContentfunction - Reading
content schemeis now done in a separate thread, avoiding ANRs. - Aborting
content schemereading when stream is no longer being listened to. - Error handling improvements
1.1.0 #
- Support for custom http headers
1.0.0 #
- Stable version
0.0.6 #
- Improved error handling
0.0.5 #
- Fix false
Unclosed instance of 'Sink'.warning by pub dev
0.0.4 #
- new
getContentStreammethod, allowing to retrieve chunks of buffered data instead of the entire data at once.
0.0.3 #
- support for linux, macos and windows
- Removed
pigeondependency
0.0.2 #
- new
getContentOrNullgetter andfromOrNullfunction
0.0.1 #
- Experimental version