simple_file_saver_ios 2.0.0
simple_file_saver_ios: ^2.0.0 copied to clipboard
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 aFileSaveInfo
object created from witherFileSaveInfo.fromBytes()
orFileSaveInfo.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.