simple_file_saver 2.0.1
simple_file_saver: ^2.0.1 copied to clipboard
Plugin that allows you to save files to a public or shared directory such as the Downloads folder in Android and Files in iOS.
2.0.1 #
- Fixed an error in Android when receiving activity results from intents opened by the other packages (#1)
2.0.0 #
- BREAKING CHANGE: The API in now simplified into one single method
saveFile()
and an additional methoddownloadLinkBuilder()
only for the web platform. - The new API takes a
FileSaveInfo
object which you may create it from eitherFileSaveInfo.fromBytes()
orFileSaveInfo.fromUrl()
.
1.1.0 #
- Add web implementation to the plugin.
1.0.0 #
- Initial open source release.