saf_stream 0.10.0 copy "saf_stream: ^0.10.0" to clipboard
saf_stream: ^0.10.0 copied to clipboard

PlatformAndroid

Read and write Android SAF `DocumentFile`.

0.10.0 #

  • Deprecate readFileSync and writeFileSync. This is a non-breaking changes. readFileBytes and writeFileBytes 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 to saf_util.
  • Update to Gradle 8

0.8.1 #

  • Fix some threading issues.

0.8.0 #

  • Add start and count params to readFileSync and readFileStream.

0.7.5 #

  • Fix issues when overwriting file contents

0.7.0 #

  • [Breaking] Rename readFileToLocal and writeFileFromLocal to copyToLocalFile / pasteLocalFile.
  • Add readFileSync and writeFileSync for synchronous file operations.

0.6.0 #

  • Return SafNewFile in writeFileFromLocal.

0.5.0 #

  • Add fileName to SafWriteStreamInfo.
  • 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 and writeFileFromLocal

0.0.3 #

  • Initial public release
5
likes
150
points
1.83k
downloads

Publisher

verified publisherflutter-cavalry.com

Weekly Downloads

Read and write Android SAF `DocumentFile`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on saf_stream