simple_file_saver_ios 2.0.0 copy "simple_file_saver_ios: ^2.0.0" to clipboard
simple_file_saver_ios: ^2.0.0 copied to clipboard

PlatformiOS

iOS implementation of the simple_file_saver plugin.

2.0.0 #

  • BREAKING CHANGE: Conforms to the new API changes in the platform interface.
  • It is now simplified into one single method saveFile() that takes a FileSaveInfo object created from wither FileSaveInfo.fromBytes() or FileSaveInfo.fromUrl().

1.0.2 #

  • Fix the return type of the native code.

1.0.1 #

  • Platform interface updates.
  • Returns non-nullable result.

1.0.0 #

  • Initial open source release.