uri_content 2.2.0-rc.2 copy "uri_content: ^2.2.0-rc.2" to clipboard
uri_content: ^2.2.0-rc.2 copied to clipboard

Get the Uint8List content of a given Uri. Supports file, data, content and http/https

2.2.0-rc.2 #

  • Fixing an issue that caused concurrent calls from multiple isolates to fail on the content schema.
  • Increasing data reading chunk size from 512KB to 10MB

2.2.0-rc.1 #

  • Avoiding excessive memory usage when reading content from content scheme by only reading new data chunk when the previous one has been consumed.

2.1.1 #

  • Fixing docs

2.1.0 #

  • NewgetContentLength function

2.0.0 #

  • 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

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 getContentStream method, allowing to retrieve chunks of buffered data instead of the entire data at once.

0.0.3 #

  • support for linux, macos and windows
  • Removed pigeon dependency

0.0.2 #

  • new getContentOrNull getter and fromOrNull function

0.0.1 #

  • Experimental version
10
likes
160
pub points
79%
popularity

Publisher

unverified uploader

Get the Uint8List content of a given Uri. Supports file, data, content and http/https

Repository (GitHub)
View/report issues

Topics

#uri #download #content #uint8list

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on uri_content